12#ifndef PSPINTRMAN_KERNEL_H
13#define PSPINTRMAN_KERNEL_H
int sceKernelEnableIntr(int intno)
Enable an interrupt.
int sceKernelReleaseIntrHandler(int intno)
Release an interrupt handler.
int sceKernelIsIntrContext(void)
Check if we are in an interrupt context or not.
int sceKernelQuerySystemCall(void *function)
Query system call number of function.
int sceKernelDisableIntr(int intno)
Disable an interrupt.
int sceKernelRegisterIntrHandler(int intno, int no, void *handler, void *arg1, void *arg2)
Register an interrupt handler.