[][src]Function pspsdk_sys::sdk::sceKernelRegisterIntrHandler

pub unsafe extern "C" fn sceKernelRegisterIntrHandler(
    intno: c_int,
    no: c_int,
    handler: *mut c_void,
    arg1: *mut c_void,
    arg2: *mut c_void
) -> c_int

Register an interrupt handler.

@param intno - The interrupt number to register. @param no - The queue number. @param handler - Pointer to the handler. @param arg1 - Unknown (probably a set of flags) @param arg2 - Unknown (probably a common pointer)

@return 0 on success.