From 1f6cb4f3cbf7ae615d12c1dd66136347247ab7a6 Mon Sep 17 00:00:00 2001 From: Glenn Anderson Date: Fri, 14 Aug 2015 23:27:02 -0400 Subject: Initial commit. Added headers from psp2sdk. --- include/user/pss.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/user/pss.h (limited to 'include/user/pss.h') diff --git a/include/user/pss.h b/include/user/pss.h new file mode 100644 index 0000000..08340e1 --- /dev/null +++ b/include/user/pss.h @@ -0,0 +1,11 @@ +#ifndef _PSP2_PSS_H_ +#define _PSP2_PSS_H_ + +#include + +void *pss_code_mem_alloc(SceSize *); +void pss_code_mem_flush_icache(const void *, SceSize); +void pss_code_mem_lock(void); +void pss_code_mem_unlock(void); + +#endif -- cgit v1.2.3