chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / mmio.h
index 710d4a4f08c4458bc781b4dbbf5996ee0e666390..18d1c4fa3dc73bdbb18920b3df92361297bf87cc 100644 (file)
@@ -4,9 +4,9 @@
 #include <lunaix/types.h>
 
 void*
-ioremap(uintptr_t paddr, u32_t size);
+ioremap(ptr_t paddr, u32_t size);
 
-void*
-iounmap(uintptr_t vaddr, u32_t size);
+void
+iounmap(ptr_t vaddr, u32_t size);
 
 #endif /* __LUNAIX_MMIO_H */