ayer andaba compilando y no se de que puede este error , alguien sabe el fallo?
$ make
psp-gcc -I/usr/local/pspdev/psp/sdk/include/libc -I. -I/usr/local/pspdev/psp/sdk
/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -c -o main.o main.c
main.c : In function 'sceKernelGzipDecompressPatched':
main.c(49) : error: 'reboot' undeclared (first use in this function)
main.c(49) : error: (Each undeclared identifier is reported only once
main.c(49) : error: for each function it appears in.)
main.c : In function 'sceKernelMemsetPatched':
main.c(73) : warning: implicit declaration of function 'sceKernelMemset'
main.c : In function 'module_start':
main.c(144) : warning: implicit declaration of function 'sceKernelExitVSHVSH'
make: *** [main.o] Error 1
Saludos y gracias