diff options
Diffstat (limited to 'include/boot.h')
-rw-r--r-- | include/boot.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/boot.h b/include/boot.h new file mode 100644 index 0000000..989b4b9 --- /dev/null +++ b/include/boot.h @@ -0,0 +1,7 @@ +#ifndef _JOVE_BOOT_H +#define _JOVE_BOOT_H 1 + +extern char *jove_bootargs; +extern int jove_bootargs_len; + +#endif |