/*---------------------------------------------------------------------------* Project: TwlSDK - WXC - demos - simple-2 File: common.h Copyright 2005-2009 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:: 2007-11-15#$ $Rev: 2414 $ $Author: hatamoto_minoru $ *---------------------------------------------------------------------------*/ #if !defined(NITRO_MB_DEMO_MULTIBOOT_DATA_H_) #define NITRO_MB_DEMO_MULTIBOOT_DATA_H_ #include /* Functions */ /* Key trigger detection */ u16 ReadKeySetTrigger(u16 keyset); #endif /* !defined(NITRO_MB_DEMO_MULTIBOOT_DATA_H_) */