LCGetBase

C Specification

#include <revolution/os.h>
void* LCGetBase ( void );

Arguments

None.

Return Values

None.

Description

Returns a base pointer to the locked cache region. Note: The Revolution OS fixes the location of the locked cache. The address returned is invalid until the locked cache is enabled. By default, the locked cache is disabled.

See Also

Cache Functions,
LCEnable

Revision History

03/01/2006 Initial version.