Of course we need the Exec call definition for ColdReboot().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39127 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e4e2237013
commit
77fd9ce1f9
@ -1153,6 +1153,10 @@ extern ExecBase *EXEC_BASE_NAME;
|
||||
LP0(0x29a, struct MsgPort *, CreateMsgPort, \
|
||||
, EXEC_BASE_NAME)
|
||||
|
||||
#define ColdReboot() \
|
||||
LP0NR(0x2d6, ColdReboot, \
|
||||
, EXEC_BASE_NAME)
|
||||
|
||||
|
||||
|
||||
extern "C" status_t exec_error(int32 err);
|
||||
|
Loading…
Reference in New Issue
Block a user