pspsdk-1.0+beta2
pspintrman_kernel.h File Reference
#include <pspkerneltypes.h>
Include dependency graph for pspintrman_kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int sceKernelRegisterIntrHandler (int intno, int no, void *handler, void *arg1, void *arg2)
 Register an interrupt handler.
int sceKernelReleaseIntrHandler (int intno)
 Release an interrupt handler.
int sceKernelEnableIntr (int intno)
 Enable an interrupt.
int sceKernelDisableIntr (int intno)
 Disable an interrupt.
int sceKernelIsIntrContext (void)
 Check if we are in an interrupt context or not.