repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Implemented ShutdownA() function
[AROS.git]
/
arch
/
all-mingw32
/
bootstrap
/
shutdown.h
blob
2de56085f91f61dd85b8cff61e208c4e778563cd
1
#define SD_ACTION_POWEROFF 0
2
#define SD_ACTION_COLDREBOOT 1
3
4
extern
char
bootstrapdir
[];
5
extern
char
*
bootstrapname
;
6
extern
char
*
cmdline
;
7
8
void
Host_Shutdown
(
unsigned long
action
);