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/card.h>
30 
31 #endif  // __REVOLUTION_H__
32 
33 
34 #ifndef __SDKVER_SYMBOL__
35 #define __SDKVER_SYMBOL__
36 
37 #define __SDKVER__ "21Aug2006"
38 #define __SDKPATCH__ ""
39 #define __SDKVERPATCH__   __SDKVER__ __SDKPATCH__
40 #define __SDKVERNUMERIC__ 2006082100L
41 
42 #endif // __SDKVER_SYMBOL__
43