Function psp::sys::sceKernelEnableSubIntr

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelEnableSubIntr(
    int_no: i32,
    no: i32
) -> i32
Expand description

Enable a sub interrupt.

§Parameters

  • int_no: The sub interrupt to enable.
  • no: The sub interrupt handler number

§Return Value

< 0 on error.