summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/sfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/sfi.h')
-rw-r--r--arch/x86/include/asm/sfi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/sfi.h b/arch/x86/include/asm/sfi.h
index d1f0f0c..d6c44c9 100644
--- a/arch/x86/include/asm/sfi.h
+++ b/arch/x86/include/asm/sfi.h
@@ -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 */