diff libdha/libdha.h @ 5702:567de708ab3a

sync with mplayerxp
author nick
date Fri, 19 Apr 2002 16:34:04 +0000
parents 0d9a096cfd46
children f6d2772efca3
line wrap: on
line diff
--- a/libdha/libdha.h	Fri Apr 19 10:56:26 2002 +0000
+++ b/libdha/libdha.h	Fri Apr 19 16:34:04 2002 +0000
@@ -55,8 +55,8 @@
 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 @@
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif