|
LibXenon
Bare-metal Xbox 360 homebrew library
|


Go to the source code of this file.
Data Structures | |
| struct | __handle |
| struct | DIR_ITER |
| struct | devoptab_t |
| struct | __syscalls_t |
Enumerations | |
| enum | { STD_IN , STD_OUT , STD_ERR , STD_MAX = 16 } |
Functions | |
| int | AddDevice (const devoptab_t *device) |
| int | FindDevice (const char *name) |
| int | RemoveDevice (const char *name) |
| void | setDefaultDevice (int device) |
| const devoptab_t * | GetDeviceOpTab (const char *name) |
Variables | |
| const devoptab_t * | devoptab_list [] |
| __syscalls_t | __syscalls |
| anonymous enum |
| Enumerator | |
|---|---|
| STD_IN | |
| STD_OUT | |
| STD_ERR | |
| STD_MAX | |
Definition at line 14 of file iosupport.h.
| int AddDevice | ( | const devoptab_t * | device | ) |
| const devoptab_t * GetDeviceOpTab | ( | const char * | name | ) |
|
extern |
Definition at line 43 of file xenon_syscalls.c.
|
extern |