From 04111630ee7b924df6e14dad3f468ac0d786f7e1 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Mon, 26 Nov 2007 12:33:25 +0000 Subject: [PATCH] =?UTF-8?q?include/sysmenu/boot.h=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=9F=E3=83=83=E3=83=88=E5=BF=98=E3=82=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@257 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/boot.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 include/sysmenu/boot.h diff --git a/include/sysmenu/boot.h b/include/sysmenu/boot.h new file mode 100644 index 00000000..ced8a3b0 --- /dev/null +++ b/include/sysmenu/boot.h @@ -0,0 +1,32 @@ +/*---------------------------------------------------------------------------* + Project: TwlIPL + File: boot.h + + Copyright 2007 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-09-06$ + $Rev$ + $Author$ + *---------------------------------------------------------------------------*/ + +#ifndef SYSM_BOOT_H_ +#define SYSM_BOOT_H_ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +/* SYSM_MACHINE_SETTINGS_H_ */ +#endif