summaryrefslogtreecommitdiff
path: root/include/user/kernel/processmgr.h
diff options
context:
space:
mode:
authorReiko Asakura2020-07-05 20:50:52 -0400
committerReiko Asakura2020-07-05 20:50:52 -0400
commit7df549ba76f43ca796d36ff8af6d39d94e3f3a06 (patch)
treea10d69f5875ff51610ca61129976cd146a0437bb /include/user/kernel/processmgr.h
parentName changes to match style (diff)
parentAdd threadmgr constants and prototypes (diff)
downloadvds-libraries-7df549ba76f43ca796d36ff8af6d39d94e3f3a06.tar.gz
Merge
Diffstat (limited to 'include/user/kernel/processmgr.h')
-rw-r--r--include/user/kernel/processmgr.h10
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