RetroArch
kernel_functions.h
Go to the documentation of this file.
1 #ifndef KERNEL_FUNCTIONS_PRX_H
2 #define KERNEL_FUNCTIONS_PRX_H
3 
4 #include <pspkerneltypes.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 unsigned int read_system_buttons(void);
11 
12 void exitspawn_kernel( const char* fileName, SceSize args, void * argp);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif /* SYSTEMBUTTONS_PRX_H */
void exitspawn_kernel(const char *fileName, SceSize args, void *argp)
Definition: main.c:40
unsigned int read_system_buttons(void)
Definition: main.c:35
unsigned int SceSize
Definition: pte_types.h:27
dictionary args
Definition: test_shaders.py:20
const char * fileName
Definition: Hlsl.FromFile.cpp:44