/*---------------------------------------------------------------------------* Project: Launch DISC application File: OSLaunchDisk.h Copyright (C) 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. $Log: OSLaunchDisk.h,v $ Revision 1.1 2009/10/05 02:25:34 iwai_yuma Changed storage path. Revision 1.1 2007/02/23 08:24:43 ooizumi Added OSLaunchDisk[v|l]. *---------------------------------------------------------------------------*/ #ifndef __OSLAUNCHDISK_H__ #define __OSLAUNCHDISK_H__ #include #include #ifdef __cplusplus extern "C" { #endif void OSLaunchDiskv(DVDDiskID* id, u32 LaunchCode, char* const argv[]); void OSLaunchDiskl(DVDDiskID* id, u32 LaunchCode, const char* arg0, .../*, (char*)NULL */); BOOL DVDPrepareDiskAsync(DVDCommandBlock* block, DVDDiskID* id, DVDCBCallback callback); #ifdef __cplusplus } #endif #endif // __OSLAUNCHDISK_H__