#include <nitro/os.h>
void OS_DumpProtectionRegion( void );
None.
None.
Displays the protection region settings.
This function is intended for debugging purposes, so it won't do anything in FINALROM builds.
If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See OS_SetPrintBlockingMode
for details.
References register 6 of the system control co-processor CP15.
OS_EnableProtectionUnit
OS_DisableProtectionUnit
OS_GetProtectionRegion*
OS_SetProtectionRegion*
OS_SetPrintBlockingMode
2009/07/27 Added Display Mode.
2007/10/25 Initial version.
CONFIDENTIAL