#include <nitro/mb/mb_fake_child.h>
void
MB_FakeSetCStateCallback(MBCommCStateCallbackFunc callback);
callback | Pointer to the callback function that notifies the parent of the entry status This callback is called from the interrupt handler. |
None.
This function sets the callback function that sends notification of the status of processes when the MB_FakeEntryToParent
function begins a connection to a parent, and when the MB_FakeEnd
function ends the multiboot process.
MB_FakeEntryToParent, MB_FakeEnd, MBCommCStateCallbackFunc
06/01/2005 Added text indicating that the callback is called from the interrupt handler.
11/25/2004 Initial version.