1 /*---------------------------------------------------------------------------* 2 Project: Revolution OS 3 File: revolution.h 4 5 Copyright 2005 Nintendo. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 *---------------------------------------------------------------------------*/ 13 14 #ifndef __REVOLUTION_H__ 15 #define __REVOLUTION_H__ 16 17 #include <revolution/types.h> 18 #include <revolution/base/PPCArch.h> 19 #include <revolution/db.h> 20 #include <revolution/os.h> 21 #include <revolution/dvd.h> 22 #include <revolution/pad.h> 23 #include <revolution/mtx.h> 24 #include <revolution/gx.h> 25 #include <revolution/vi.h> 26 #include <revolution/ai.h> 27 #include <revolution/ax.h> 28 #include <revolution/dsp.h> 29 #include <revolution/nand.h> 30 31 #include <revolution/sdkver.h> 32 33 #endif // __REVOLUTION_H__ 34