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
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
all-unix
/
bootstrap
/
platform.h
blob
ca14493d3abbd3e91a8e7b09de6619a5061092db
1
/* Magic return codes to signal a restart */
2
#define STATUS_WARM_REBOOT 0x8F
3
#define STATUS_COLD_REBOOT 0x81
4
5
/* Prototypes for platform-specific functions */
6
void
Host_FreeMem
(
void
);
7
void
Host_ColdBoot
(
void
);
8
void
Host_PreBoot
(
void
);