|
PS2SDK
PS2 Homebrew Libraries
|
#include "types.h"#include "defs.h"#include "irx.h"#include "loadcore.h"#include "intrman.h"#include "sifman.h"#include "sbusintr.h"
Include dependency graph for sbusintr.c:Go to the source code of this file.
Variables | |
| struct { | |
| sbus_intr_handler_t | handler |
| void * | arg |
| } | sbus_handler_table [32] |
| struct irx_export_table | _exp_sbusintr |
| static int | initialized = 0 |
SBUS interrupt handlers for IOP.
Definition in file sbusintr.c.