MB_FakeSetCStateCallback

Syntax

#include <nitro/mb/mb_fake_child.h>

void
MB_FakeSetCStateCallback(MBCommCStateCallbackFunc callback);


Arguments

callback Pointer to the callback function that notifies the parent of the entry status
This callback is called from the interrupt handler.

Return Values

None.

Description

Sets the callback functions to notify of the process's progress when the MB_FakeEntryToParent function begins connecting to a parent device, or when the MB_FakeEnd function ends the multiboot process.

See Also

MB_FakeEntryToParent, MB_FakeEnd, MBCommCStateCallbackFunc

Revision History

2005/06/01 Added text indicating that the callback is called from the interrupt handler.
2004/11/25 Initial version.


CONFIDENTIAL