PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
include/psp2/pss.h
Go to the documentation of this file.
00001 
00012 #ifndef _PSP2_PSS_H_
00013 #define _PSP2_PSS_H_
00014 
00015 #include <psp2/types.h>
00016 
00017 void *pss_code_mem_alloc(SceSize *);
00018 void pss_code_mem_flush_icache(const void *, SceSize);
00019 void pss_code_mem_lock(void);
00020 void pss_code_mem_unlock(void);
00021 
00022 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines