delint
[AROS.git] / arch / all-unix / bootstrap / platform.h
blobf8ac6554bfdb0cde957bab491994c83aba4e8a57
1 /* Magic return codes to signal a restart */
2 #define STATUS_WARM_REBOOT 0x8F
3 #define STATUS_COLD_REBOOT 0x81
5 /* Prototypes for platform-specific functions */
6 void Host_FreeMem(void);
7 void Host_ColdBoot(void);