- Implemented ShutdownA() function
[AROS.git] / arch / all-mingw32 / bootstrap / shutdown.h
blob2de56085f91f61dd85b8cff61e208c4e778563cd
1 #define SD_ACTION_POWEROFF 0
2 #define SD_ACTION_COLDREBOOT 1
4 extern char bootstrapdir[];
5 extern char *bootstrapname;
6 extern char *cmdline;
8 void Host_Shutdown(unsigned long action);