diff options
Diffstat (limited to 'src/include/usr/autoboot.h')
-rw-r--r-- | src/include/usr/autoboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index b451a8c1c..b64cbb8ee 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -7,6 +7,8 @@ * */ +extern int shutdown_exit_flags; + extern void autoboot ( void ); extern int boot_root_path ( const char *root_path ); |