diff options
Diffstat (limited to 'include/user/kernel/modulemgr.h')
-rw-r--r-- | include/user/kernel/modulemgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/kernel/modulemgr.h b/include/user/kernel/modulemgr.h index 989750c..e798bca 100644 --- a/include/user/kernel/modulemgr.h +++ b/include/user/kernel/modulemgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_MODULEMGR_H_ -#define _PSP2_KERNEL_MODULEMGR_H_ +#ifndef _VDSUITE_USER_KERNEL_MODULEMGR_H +#define _VDSUITE_USER_KERNEL_MODULEMGR_H #include_next <kernel/modulemgr.h> @@ -73,5 +73,5 @@ int sceKernelGetSystemSwVersion(SceKernelFwInfo *data); } #endif -#endif /* _PSP2_KERNEL_MODULEMGR_H_ */ +#endif /* _VDSUITE_USER_KERNEL_MODULEMGR_H */ |