summaryrefslogtreecommitdiffstats
path: root/libdha/libdha.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/libdha.h')
-rw-r--r--libdha/libdha.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdha/libdha.h b/libdha/libdha.h
index a3dba42a49..54afad8b8c 100644
--- a/libdha/libdha.h
+++ b/libdha/libdha.h
@@ -55,8 +55,8 @@ extern void OUTPORT16(unsigned idx,unsigned short val);
extern void OUTPORT32(unsigned idx,unsigned val);
#define OUTPORT(idx,val) OUTPORT32(idx,val)
-extern void * map_phys_mem(unsigned base, unsigned size);
-extern void unmap_phys_mem(void *ptr, unsigned size);
+extern void * map_phys_mem(unsigned long base, unsigned long size);
+extern void unmap_phys_mem(void *ptr, unsigned long size);
/* These are the region types */
#define MTRR_TYPE_UNCACHABLE 0
@@ -70,4 +70,4 @@ extern int mtrr_set_type(unsigned base,unsigned size,int type);
}
#endif
-#endif \ No newline at end of file
+#endif