]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/sfi.h
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / arch / x86 / include / asm / sfi.h
index d1f0f0cb6b872e69909f10493db034ace439716e..d6c44c978a9184fb788991d90755c3b0ecc4e6b2 100644 (file)
@@ -132,6 +132,6 @@ typedef int (*sfi_table_handler) (struct sfi_table_header *table);
  * @base:      Address to write table to
  * @return address to use for the next table
  */
-u32 write_sfi_table(u32 base);
+ulong write_sfi_table(ulong base);
 
 #endif /*_LINUX_SFI_H */