#include <nitro/mb/mb_fake_child.h>
void MB_FakeEnd( void );
This function ends the fake multiboot child process started by the MB_FakeInit function.
The work region provided by MB_FakeInit
can be released when the MB_COMM_CSTATE_FAKE_END callback is posted in the
function set by MB_FakeSetCStateCallback.
None.
None.
MB_FakeInit,
MB_FakeSetCStateCallback
11/25/2004 Initial version.