revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-unix / bootstrap / platform.h
blobca14493d3abbd3e91a8e7b09de6619a5061092db
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);
8 void Host_PreBoot(void);