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
Fixed compatibility of output.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
shutdown.h
blob
7696bce67165517953513c5a3a913304b114d7c7
1
#define SD_ACTION_POWEROFF 0
2
#define SD_ACTION_COLDREBOOT 1
3
#define SD_ACTION_WARMREBOOT 2
4
5
extern
char
bootstrapdir
[];
6
7
void
SaveArgs
(
char
**
argv
);
8