psl1ght
A free SDK for Sony's PS3 console
interrupt.h
Go to the documentation of this file.
1 
5 #ifndef __LV2_INTERRUPT_H__
6 #define __LV2_INTERRUPT_H__
7 
8 #include <ppu-types.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 s32 sysInterruptThreadDisestablish(sys_interrupt_thread_handle_t ih);
15 
16 #ifdef __cplusplus
17  }
18 #endif
19 #endif /* __LV2_INTERRUPT_H__ */