twl_wrapsdk/include/twl/sdmc.h
shirait bbaf1a132b fix SDIP err
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@130 4ee2a332-4b2b-5046-8439-1ba90f034370
2007-06-23 09:03:51 +00:00

18 lines
719 B
C

/*---------------------------------------------------------------------------*
Project: TwlSDK - SD driver -
File: twl/sdmc.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.
*---------------------------------------------------------------------------*/
#ifdef SDK_ARM9
#else //SDK_ARM7
#include <twl/devices/sdmc/ARM7/sdmc.h>
#endif