MB_FakeEndScan

C Specification

#include <nitro/mb/mb_fake_child.h>

void MB_FakeEndScan( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

MB_FakeStartScanParent, MB_FakeEntryToParent

Revision History

11/25/2004 Initial version.