]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/e820.h
x86: Use 'unsigned int' in install_e820_map() functions
[u-boot] / arch / x86 / include / asm / e820.h
index 351f02107eb78715f1a6ccc64cc475dceef87871..8355c342b6a27d44341677ad3aff8014372aeb96 100644 (file)
@@ -24,6 +24,7 @@ struct e820entry {
 #endif /* __ASSEMBLY__ */
 
 /* Implementation defined function to install an e820 map */
-unsigned install_e820_map(unsigned max_entries, struct e820entry *);
+unsigned int install_e820_map(unsigned int max_entries,
+                             struct e820entry *);
 
 #endif /* _ASM_X86_E820_H */