]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/tables.h
x86: Use unsigned long for address in table generation
[u-boot] / arch / x86 / include / asm / tables.h
index 81f98f27745381993f009409dc0536e80026b6c3..d1b23880219ebc6f28be102c86834d7e72de3be4 100644 (file)
@@ -65,6 +65,6 @@ void write_tables(void);
  * @start:     start address to write PIRQ routing table
  * @return:    end address of PIRQ routing table
  */
-u32 write_pirq_routing_table(u32 start);
+ulong write_pirq_routing_table(ulong start);
 
 #endif /* _X86_TABLES_H_ */