ApertureOS
|
Go to the source code of this file.
Data Structures | |
struct | SystemData |
Macros | |
#define | MAX_SYSTEM_COUNT 32 |
#define | SYSTEM_NAME_LEN 16 |
Functions | |
SystemData * | SysMan_RegisterSystem () |
void | SysMan_StartSystem (SysID sys_id) |
UID | SysMan_RequestUID (SysID sys) |
void | SysMan_FreeUID (SysID sys, UID uid) |
void | SysMan_GetSystemData (SysID id, SystemData *outData) |
#define MAX_SYSTEM_COUNT 32 |
#define SYSTEM_NAME_LEN 16 |
void SysMan_GetSystemData | ( | SysID | id, |
SystemData * | outData | ||
) |
SystemData* SysMan_RegisterSystem | ( | ) |
void SysMan_StartSystem | ( | SysID | sys_id | ) |