summaryrefslogtreecommitdiff
path: root/include/kernel/kernel/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/kernel/utils.h')
-rw-r--r--include/kernel/kernel/utils.h6
1 files changed, 3 insertions, 3 deletions
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 */