X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fpsp.h;h=7269863b9817fc7478517603d2bcc3dfc1b3579d;hb=260f1bcc8a782e7b19a11d446927cd4c2c493e8c;hp=d4a3d0e77df79b7501ef9e38f9dfca57cfad51e4;hpb=63b796cabb7d484d648755810f79bebc8f0fd689;p=libpicofe.git diff --git a/psp/psp.h b/psp/psp.h index d4a3d0e..7269863 100644 --- a/psp/psp.h +++ b/psp/psp.h @@ -30,6 +30,7 @@ void psp_msleep(int ms); #define GU_CMDLIST_SIZE (16*1024) extern unsigned int guCmdList[GU_CMDLIST_SIZE]; +extern int psp_unhandled_suspend; void *psp_video_get_active_fb(void); void psp_video_switch_to_single(void); @@ -43,6 +44,9 @@ int psp_set_cpu_clock(int clock); char *psp_get_status_line(void); +void psp_wait_suspend(void); +void psp_resume_suspend(void); + /* shorter btn names */ #define BTN_UP PSP_CTRL_UP #define BTN_LEFT PSP_CTRL_LEFT