#include <nitro/mb/mb_fake_child.h>
void MB_FakeEndScan( void );
None.
None.
This function ends scanning for a multiboot parent. After this function is called and the scanning process ends, MB_FAKESCAN_END_SCAN
is posted in the callback function specified by MB_FakeStartScanParent
. This function must be called to end scanning before the MB_FakeEntryToParent
function can begin the process for entry to the parent.
MB_FakeStartScanParent, MB_FakeEntryToParent
11/25/2004 Initial version.