summaryrefslogtreecommitdiff
path: root/include/user/kernel/processmgr.h
diff options
context:
space:
mode:
authorReiko Asakura2020-07-05 20:40:42 -0400
committerReiko Asakura2020-07-05 20:40:42 -0400
commitf76c812b926e199a60657fd5e2331802b5b0521b (patch)
tree1c6622a0aa006b51fefc3cd15e6c8d04cfc034d9 /include/user/kernel/processmgr.h
parentAdd CPU constants (diff)
downloadvds-libraries-f76c812b926e199a60657fd5e2331802b5b0521b.tar.gz
Add threadmgr constants and prototypes
Diffstat (limited to '')
-rw-r--r--include/user/kernel/processmgr.h7
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