Added a call that should exit the boot loader in some way; usually that

would be by rebooting the computer.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-08-25 15:18:33 +00:00
parent a1b7427b0a
commit 364b28a12a

View File

@ -39,6 +39,7 @@ extern status_t platform_init_video(void);
extern void platform_switch_to_logo(void);
extern void platform_switch_to_text_mode(void);
extern void platform_start_kernel(void);
extern void platform_exit(void);
#ifdef __cplusplus
}