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:
François Revol 2010-10-24 16:26:17 +00:00
parent e4e2237013
commit 77fd9ce1f9
1 changed files with 4 additions and 0 deletions

View File

@ -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);