diff options
Diffstat (limited to 'include/user/kernel/processmgr.h')
-rw-r--r-- | include/user/kernel/processmgr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h index 70e50b6..e515f60 100644 --- a/include/user/kernel/processmgr.h +++ b/include/user/kernel/processmgr.h @@ -8,9 +8,6 @@ extern "C" { #endif -/** UID of the current process */ -#define SCE_KERNEL_PROCESS_ID_SELF 0 - typedef enum SceKernelProcessPrioritySystem { SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH = 32, SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT = 96, @@ -93,13 +90,6 @@ SceUInt32 sceKernelGetProcessTimeLow(void); */ SceUInt64 sceKernelGetProcessTimeWide(void); -/** - * Get the process ID of the current process. - * - * @return process ID of the current process - */ -SceUID sceKernelGetProcessId(void); - #ifdef __cplusplus } #endif |