RetroArch/bootstrap/psp1/kernel_functions_prx/kernel_functions.h
2015-09-20 15:33:54 +02:00

19 lines
309 B
C

#ifndef KERNEL_FUNCTIONS_PRX_H
#define KERNEL_FUNCTIONS_PRX_H
#include <pspkerneltypes.h>
#ifdef __cplusplus
extern "C" {
#endif
unsigned int read_system_buttons(void);
void exitspawn_kernel( const char* fileName, SceSize args, void * argp);
#ifdef __cplusplus
}
#endif
#endif /* SYSTEMBUTTONS_PRX_H */