MB_FakeEnd


C Specification

#include <nitro/mb/mb_fake_child.h>

void MB_FakeEnd( void );
    

Description

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.

Arguments

None.

Return Values

None.

See Also

MB_FakeInit, MB_FakeSetCStateCallback

Revision History

11/25/2004 Initial version.