summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorReiko Asakura2021-03-08 18:52:35 -0500
committerReiko Asakura2021-03-08 18:52:35 -0500
commita63eb2625d013f1e88eb9bdca2a540be3319b932 (patch)
tree9666f15091aaa4da742e6b88b8c35e8a031935d6 /include/common
parentFix Swapped NIDs for GetParameterDirection and GetParameterVariability (diff)
downloadvds-libraries-a63eb2625d013f1e88eb9bdca2a540be3319b932.tar.gz
Rename include guards
Diffstat (limited to 'include/common')
-rw-r--r--include/common/appmgr.h6
-rw-r--r--include/common/kernel/iofilemgr.h6
-rw-r--r--include/common/kernel/iofilemgr_async.h6
-rw-r--r--include/common/kernel/iofilemgr_stat.h6
-rw-r--r--include/common/kernel/threadmgr.h4
5 files changed, 14 insertions, 14 deletions
diff --git a/include/common/appmgr.h b/include/common/appmgr.h
index d286bc7..671553f 100644
--- a/include/common/appmgr.h
+++ b/include/common/appmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2COMMON_APPMGR_H_
-#define _DOLCESDK_PSP2COMMON_APPMGR_H_
+#ifndef _VDSUITE_COMMON_APPMGR_H
+#define _VDSUITE_COMMON_APPMGR_H
#include_next <appmgr.h>
@@ -64,4 +64,4 @@ typedef struct SceAppMgrDrmAddcontParam {
}
#endif
-#endif // _DOLCESDK_PSP2COMMON_APPMGR_H_
+#endif // _VDSUITE_COMMON_APPMGR_H
diff --git a/include/common/kernel/iofilemgr.h b/include/common/kernel/iofilemgr.h
index 2384716..7ebcb73 100644
--- a/include/common/kernel/iofilemgr.h
+++ b/include/common/kernel/iofilemgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_H_
-#define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_H_
+#ifndef _VDSUITE_COMMON_KERNEL_IOFILEMGR_H
+#define _VDSUITE_COMMON_KERNEL_IOFILEMGR_H
#include_next <kernel/iofilemgr.h>
@@ -67,4 +67,4 @@ int sceIoGetThreadDefaultPriorityForSystem(void);
}
#endif
-#endif /* _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_H_ */
+#endif /* _VDSUITE_COMMON_KERNEL_IOFILEMGR_H */
diff --git a/include/common/kernel/iofilemgr_async.h b/include/common/kernel/iofilemgr_async.h
index 4c4a4ae..5966082 100644
--- a/include/common/kernel/iofilemgr_async.h
+++ b/include/common/kernel/iofilemgr_async.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_ASYNC_H_
-#define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_ASYNC_H_
+#ifndef _VDSUITE_COMMON_KERNEL_IOFILEMGR_ASYNC_H
+#define _VDSUITE_COMMON_KERNEL_IOFILEMGR_ASYNC_H
#include <stddef.h>
#include <kernel/iofilemgr.h>
@@ -334,4 +334,4 @@ int sceIoPollAsync(SceUID opHandle)
}
#endif
-#endif /* _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_ASYNC_H_ */
+#endif /* _VDSUITE_COMMON_KERNEL_IOFILEMGR_ASYNC_H */
diff --git a/include/common/kernel/iofilemgr_stat.h b/include/common/kernel/iofilemgr_stat.h
index 1b8c7e8..27c9930 100644
--- a/include/common/kernel/iofilemgr_stat.h
+++ b/include/common/kernel/iofilemgr_stat.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_
-#define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_
+#ifndef _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H
+#define _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H
#include_next <kernel/iofilemgr_stat.h>
@@ -19,4 +19,4 @@ extern "C" {
}
#endif
-#endif /* _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_ */
+#endif /* _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H */
diff --git a/include/common/kernel/threadmgr.h b/include/common/kernel/threadmgr.h
index 61b99a5..e7e8fb2 100644
--- a/include/common/kernel/threadmgr.h
+++ b/include/common/kernel/threadmgr.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _DOLCESDK_PSP2COMMON_KERNEL_THREADMGR_H_
-#define _DOLCESDK_PSP2COMMON_KERNEL_THREADMGR_H_
+#ifndef _VDSUITE_COMMON_KERNEL_THREADMGR_H
+#define _VDSUITE_COMMON_KERNEL_THREADMGR_H
#include_next <kernel/threadmgr.h>