MoreSystemMgr.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00020 #ifndef MORESYSTEMMGR_H
00021 #define MORESYSTEMMGR_H
00022
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026
00027 #include "MorePrefix.h"
00028 #include "MoreTypes.h"
00029
00030 #include <SystemMgr.h>
00031
00037 #define MSysHasTrap( trap )\
00038 ( SysGetTrapAddress( sysTrapSysUnimplemented ) != SysGetTrapAddress( trap ) )
00039
00050 Boolean MSysRomVersionCompatible( UInt32 requiredVersion,
00051 UInt16 launchFlags, UInt16 alertID );
00052
00055 Err MSysGetMyCreatorID( CreatorID_t* creatorId );
00056
00057 #ifdef __cplusplus
00058 }
00059 #endif
00060
00061 #endif