/*---------------------------------------------------------------------------* Project: SC library File: SCRegIdHi.h Copyright 2008 Nintendo. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Log: SCRegIDHi.h,v $ Revision 1.1 2008/06/30 06:53:05 iwai_yuma Initial check-in. $NoKeywords: $ *---------------------------------------------------------------------------*/ #ifndef __SCREGIDHI_H__ #define __SCREGIDHI_H__ #ifdef __cplusplus extern "C" { #endif #define SC_SIMPLE_ADDRESS_REGION_ID_HI_UNDEFINED (0x00) #define SC_SIMPLE_ADDRESS_REGION_ID_HI_UNDEFINED2 (0xff) extern BOOL SCGetSimpleAddressRegionIdHi(u8* id); #ifdef __cplusplus } #endif #endif // __SCREGIDHI_H__