Files
pspsdk/src/user/Kernel_Library.S
2010-10-18 12:54:49 -03:00

23 lines
635 B
ArmAsm

.set noreorder
#include "pspimport.s"
#ifdef F_Kernel_Library_0000
IMPORT_START "Kernel_Library",0x00010000
#endif
#ifdef F_Kernel_Library_0001
IMPORT_FUNC "Kernel_Library",0x092968F4,sceKernelCpuSuspendIntr
#endif
#ifdef F_Kernel_Library_0002
IMPORT_FUNC "Kernel_Library",0x5F10D406,sceKernelCpuResumeIntr
#endif
#ifdef F_Kernel_Library_0003
IMPORT_FUNC "Kernel_Library",0x3B84732D,sceKernelCpuResumeIntrWithSync
#endif
#ifdef F_Kernel_Library_0004
IMPORT_FUNC "Kernel_Library",0x47A0B729,sceKernelIsCpuIntrSuspended
#endif
#ifdef F_Kernel_Library_0005
IMPORT_FUNC "Kernel_Library",0xB55249D2,sceKernelIsCpuIntrEnable
#endif