1 /*-------------------------------------------------------------
6 Michael Wiedenbauer (shagkur)
7 Dave Murphy (WinterMute)
10 This software is provided 'as-is', without any express or implied
11 warranty. In no event will the authors be held liable for any
12 damages arising from the use of this software.
14 Permission is granted to anyone to use this software for any
15 purpose, including commercial applications, and to alter it and
16 redistribute it freely, subject to the following restrictions:
18 1. The origin of this software must not be misrepresented; you
19 must not claim that you wrote the original software. If you use
20 this software in a product, an acknowledgment in the product
21 documentation would be appreciated but is not required.
23 2. Altered source versions must be plainly marked as such, and
24 must not be misrepresented as being the original software.
26 3. This notice may not be removed or altered from any source
29 -------------------------------------------------------------*/
39 #define IOS_EINVAL -0x3004
40 #define IOS_EBADVERSION -0x3100
41 #define IOS_ETOOMANYVIEWS -0x3101
42 #define IOS_EMISMATCH -0x3102
46 #endif /* __cplusplus */
48 s32
__IOS_InitializeSubsystems(void);
49 s32
__IOS_ShutdownSubsystems(void);
50 s32
__IOS_LoadStartupIOS(void);
51 s32
__IOS_LaunchNewIOS(int version
);
52 s32
IOS_GetPreferredVersion(void);
53 s32
IOS_ReloadIOS(int version
);
55 s32
IOS_GetRevision();
56 s32
IOS_GetRevisionMajor();
57 s32
IOS_GetRevisionMinor();
61 #endif /* __cplusplus */