summaryrefslogtreecommitdiff
path: root/kern/boot_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/boot_script.h')
-rw-r--r--kern/boot_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/boot_script.h b/kern/boot_script.h
index c436ac21..c5ad6732 100644
--- a/kern/boot_script.h
+++ b/kern/boot_script.h
@@ -102,7 +102,7 @@ int boot_script_exec (void);
/* Create an entry in the symbol table for variable NAME,
whose type is TYPE and value is VAL. Returns 0 on success,
non-zero otherwise. */
-int boot_script_set_variable (const char *name, int type, int val);
+int boot_script_set_variable (const char *name, int type, long val);
/* Define the function NAME, which will return type RET_TYPE. */
int boot_script_define_function (const char *name, int ret_type,