MB_FakeEndScan

Syntax

#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 scanning is complete, an MB_FAKESCAN_END_SCAN notification is sent to the callback function specified by the MB_FakeStartScanParent function. This function must be called to end scanning before the MB_FakeEntryToParent function can return data to the parent.

See Also

MB_FakeStartScanParent
MB_FakeEntryToParent

Revision History

2004/11/25 Initial version.


CONFIDENTIAL