/*---------------------------------------------------------------------------* Project: TwlSDK - OS - include File: china.h Copyright 2005-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. $Date:: 2008-09-18#$ $Rev: 8573 $ $Author: okubata_ryoma $ *---------------------------------------------------------------------------*/ #ifndef NITRO_OS_ARM9_CHINA_H_ #define NITRO_OS_ARM9_CHINA_H_ #ifdef __cplusplus extern "C" { #endif /*===========================================================================*/ #define OS_BURY_STRING_FORCHINA "[SDK+NINTENDO:FORCHINA]" #define OS_BUSY_STRING_LEN_FORCHINA 23 /*---------------------------------------------------------------------------* Name: OS_InitChina Description: Initializes SDK's OS library. For use exclusively by applications having China as a target region. Use this function instead of the OS_Init function. Arguments: isbn String array relating to the ISBN number { char ISBN[ 13 ] , char Joint registration code [ 12 ] , char New output sound pipe (left) [ 4 ] , char New output sound pipe (right) [ 4 ] , } Returns: None. *---------------------------------------------------------------------------*/ void OS_InitChina(const char **isbn); /*---------------------------------------------------------------------------* Name: OS_ShowAttentionChina Description: Displays logo for China and warning screen for prescribed time. This function can be redefined in the user application. Arguments: isbn String array relating to the ISBN number Returns: None. *---------------------------------------------------------------------------*/ void OS_ShowAttentionChina(const char **isbn); /*===========================================================================*/ #ifdef __cplusplus } /* extern "C" */ #endif #endif /* NITRO_OS_ARM9_CHINA_H_ */ /*---------------------------------------------------------------------------* End of file *---------------------------------------------------------------------------*/