/* Vita Development Suite Libraries */ #ifndef _VDSUITE_KERNEL_APPMGR_H #define _VDSUITE_KERNEL_APPMGR_H #include_next #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; //