summaryrefslogtreecommitdiff
path: root/include/kernel/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/kernel')
-rw-r--r--include/kernel/kernel/cpu.h6
-rw-r--r--include/kernel/kernel/excpmgr.h6
-rw-r--r--include/kernel/kernel/intrmgr.h6
-rw-r--r--include/kernel/kernel/iofilemgr.h6
-rw-r--r--include/kernel/kernel/modulemgr.h6
-rw-r--r--include/kernel/kernel/proc_event.h6
-rw-r--r--include/kernel/kernel/processmgr.h6
-rw-r--r--include/kernel/kernel/suspend.h6
-rw-r--r--include/kernel/kernel/sysclib.h6
-rw-r--r--include/kernel/kernel/sysmem.h6
-rw-r--r--include/kernel/kernel/threadmgr.h6
-rw-r--r--include/kernel/kernel/utils.h6
12 files changed, 36 insertions, 36 deletions
diff --git a/include/kernel/kernel/cpu.h b/include/kernel/kernel/cpu.h
index 70b3d51..f1b00f5 100644
--- a/include/kernel/kernel/cpu.h
+++ b/include/kernel/kernel/cpu.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_CPU_H_
-#define _PSP2_KERNEL_CPU_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_CPU_H
+#define _VDSUITE_KERNEL_KERNEL_CPU_H
#include_next <kernel/cpu.h>
@@ -170,5 +170,5 @@ int sceKernelCpuSpinLockIrqRestore(int *addr, int flags);
}
#endif
-#endif /* _PSP2_KERNEL_CPU_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_CPU_H */
diff --git a/include/kernel/kernel/excpmgr.h b/include/kernel/kernel/excpmgr.h
index 0c1f96b..31901ac 100644
--- a/include/kernel/kernel/excpmgr.h
+++ b/include/kernel/kernel/excpmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_EXCPMGR_H_
-#define _PSP2_KERNEL_EXCPMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_EXCPMGR_H
+#define _VDSUITE_KERNEL_KERNEL_EXCPMGR_H
#ifdef __cplusplus
extern "C" {
@@ -47,4 +47,4 @@ int sceExcpmgrRegisterHandler(SceExcpKind kind, int priority, void *handler);
}
#endif
-#endif /* _PSP2_KERNEL_EXCPMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_EXCPMGR_H */
diff --git a/include/kernel/kernel/intrmgr.h b/include/kernel/kernel/intrmgr.h
index 1c3ad41..4e4385a 100644
--- a/include/kernel/kernel/intrmgr.h
+++ b/include/kernel/kernel/intrmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_INTRMGR_H_
-#define _PSP2_KERNEL_INTRMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_INTRMGR_H
+#define _VDSUITE_KERNEL_KERNEL_INTRMGR_H
#include <stdint.h>
@@ -64,5 +64,5 @@ int sceKernelDisableSubIntr(int intr_code, int subintr_code);
}
#endif
-#endif /* _PSP2_KERNEL_INTRMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_INTRMGR_H */
diff --git a/include/kernel/kernel/iofilemgr.h b/include/kernel/kernel/iofilemgr.h
index 05d25e1..ef618e2 100644
--- a/include/kernel/kernel/iofilemgr.h
+++ b/include/kernel/kernel/iofilemgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_
-#define _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H
+#define _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H
#include_next <kernel/iofilemgr.h>
@@ -63,4 +63,4 @@ int sceIoUmount(int id, int a2, int a3, int a4);
}
#endif
-#endif /* _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H */
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index ec6c05e..7f225c6 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_MODULEMGR_H_
-#define _PSP2_KERNEL_MODULEMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_MODULEMGR_H
+#define _VDSUITE_KERNEL_KERNEL_MODULEMGR_H
#include_next <kernel/modulemgr.h>
@@ -447,4 +447,4 @@ int sceKernelGetProcessLibraryIdList(SceUID pid, SceUID *library_ids, SceSize *n
}
#endif
-#endif /* _PSP2_KERNEL_MODULEMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_MODULEMGR_H */
diff --git a/include/kernel/kernel/proc_event.h b/include/kernel/kernel/proc_event.h
index 335cae9..1d7a63e 100644
--- a/include/kernel/kernel/proc_event.h
+++ b/include/kernel/kernel/proc_event.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_PROC_EVENT_H_
-#define _PSP2_KERNEL_PROC_EVENT_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H
+#define _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H
#include <scetypes.h>
@@ -74,4 +74,4 @@ int sceKernelInvokeProcEventHandler(SceUID pid, int event_id, int event_type, vo
}
#endif
-#endif /* _PSP2_KERNEL_PROC_EVENT_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H */
diff --git a/include/kernel/kernel/processmgr.h b/include/kernel/kernel/processmgr.h
index 16ef277..7f5237f 100644
--- a/include/kernel/kernel/processmgr.h
+++ b/include/kernel/kernel/processmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_PROCESSMGR_H_
-#define _PSP2_KERNEL_PROCESSMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H
+#define _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H
#include_next <kernel/processmgr.h>
@@ -71,5 +71,5 @@ int sceKernelGetProcessStatus(SceUID pid, int *status);
}
#endif
-#endif /* _PSP2_KERNEL_PROCESSMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H */
diff --git a/include/kernel/kernel/suspend.h b/include/kernel/kernel/suspend.h
index 2343e87..41cea74 100644
--- a/include/kernel/kernel/suspend.h
+++ b/include/kernel/kernel/suspend.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_SUSPEND_H_
-#define _PSP2_KERNEL_SUSPEND_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_SUSPEND_H
+#define _VDSUITE_KERNEL_KERNEL_SUSPEND_H
#ifdef __cplusplus
extern "C" {
@@ -35,4 +35,4 @@ int sceKernelRegisterSysEventHandler(const char *name, SceSysEventHandler handle
}
#endif
-#endif /* _PSP2_KERNEL_SUSPEND_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_SUSPEND_H */
diff --git a/include/kernel/kernel/sysclib.h b/include/kernel/kernel/sysclib.h
index bf6907e..23b070d 100644
--- a/include/kernel/kernel/sysclib.h
+++ b/include/kernel/kernel/sysclib.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_
-#define _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_SYSCLIB_H
+#define _VDSUITE_KERNEL_KERNEL_SYSCLIB_H
#include <stddef.h>
@@ -26,4 +26,4 @@ char *strncpy_fast(char *dest, const char *src, size_t n);
}
#endif
-#endif /* _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_SYSCLIB_H */
diff --git a/include/kernel/kernel/sysmem.h b/include/kernel/kernel/sysmem.h
index 008b431..45d15e8 100644
--- a/include/kernel/kernel/sysmem.h
+++ b/include/kernel/kernel/sysmem.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_SYSMEM_H_
-#define _PSP2_KERNEL_SYSMEM_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_SYSMEM_H
+#define _VDSUITE_KERNEL_KERNEL_SYSMEM_H
#include_next <kernel/sysmem.h>
@@ -466,4 +466,4 @@ SceUID sceKernelSysrootGetShellPid(void);
}
#endif
-#endif
+#endif /* _VDSUITE_KERNEL_KERNEL_SYSMEM_H */
diff --git a/include/kernel/kernel/threadmgr.h b/include/kernel/kernel/threadmgr.h
index 606738d..b81ee23 100644
--- a/include/kernel/kernel/threadmgr.h
+++ b/include/kernel/kernel/threadmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_THREADMGR_H_
-#define _PSP2_KERNEL_THREADMGR_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_THREADMGR_H
+#define _VDSUITE_KERNEL_KERNEL_THREADMGR_H
#include_next <kernel/threadmgr.h>
@@ -237,5 +237,5 @@ int sceKernelChangeThreadSuspendStatus(SceUID thid, int status);
}
#endif
-#endif /* _PSP2_KERNEL_THREADMGR_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_THREADMGR_H */
diff --git a/include/kernel/kernel/utils.h b/include/kernel/kernel/utils.h
index 923bdca..7245759 100644
--- a/include/kernel/kernel/utils.h
+++ b/include/kernel/kernel/utils.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_UTILS_H_
-#define _PSP2_KERNEL_UTILS_H_
+#ifndef _VDSUITE_KERNEL_KERNEL_UTILS_H
+#define _VDSUITE_KERNEL_KERNEL_UTILS_H
#include <stdint.h>
#include <scetypes.h>
@@ -207,4 +207,4 @@ int sceAesEncrypt2(SceAesContext *ctx, const void *src, void *dst);
}
#endif
-#endif /* _PSP2_KERNEL_UTILS_H_ */
+#endif /* _VDSUITE_KERNEL_KERNEL_UTILS_H */