diff options
author | Reiko Asakura | 2020-07-05 20:40:42 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-05 20:40:42 -0400 |
commit | f76c812b926e199a60657fd5e2331802b5b0521b (patch) | |
tree | 1c6622a0aa006b51fefc3cd15e6c8d04cfc034d9 /include/user/kernel/processmgr.h | |
parent | Add CPU constants (diff) | |
download | vds-libraries-f76c812b926e199a60657fd5e2331802b5b0521b.tar.gz |
Add threadmgr constants and prototypes
Diffstat (limited to '')
-rw-r--r-- | include/user/kernel/processmgr.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h index 272fe51..e515f60 100644 --- a/include/user/kernel/processmgr.h +++ b/include/user/kernel/processmgr.h @@ -90,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 |