#ifndef _PSP2_KERNEL_APPMGR_H_ #define _PSP2_KERNEL_APPMGR_H_ #include #ifdef __cplusplus extern "C" { #endif /** * @brief Kill a process. * @param[in] pid The process to kill. * @return Zero on success, else < 0. */ int sceAppMgrKillProcess(SceUID pid); typedef struct { SceSize size; unsigned int unk_4; //