PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
00001 00012 #ifndef _PSP2_KERNEL_LOADCORE_ 00013 #define _PSP2_KERNEL_LOADCORE_ 00014 00015 #include <stdint.h> 00016 00017 typedef struct { 00018 uint16_t size; 00019 uint16_t ver; 00020 uint16_t attr; 00021 uint16_t funcNum; 00022 uint32_t varNum; 00023 uint32_t unkNum; 00024 uint32_t nid; 00025 const char *name; 00026 const uint32_t *nids; 00027 const void **ents; 00028 } SceLibraryEntryTable; 00029 00030 #endif