diff options
Diffstat (limited to 'include/kernel/syscon.h')
-rw-r--r-- | include/kernel/syscon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel/syscon.h b/include/kernel/syscon.h index 95f4584..9e420b4 100644 --- a/include/kernel/syscon.h +++ b/include/kernel/syscon.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_SYSCON_H_ -#define _PSP2_KERN_SYSCON_H_ +#ifndef _VDSUITE_KERNEL_SYSCON_H +#define _VDSUITE_KERNEL_SYSCON_H #include <scetypes.h> @@ -246,5 +246,5 @@ int sceSysconSetThermalAlertCallback(SceSysconCallback callback, void *argp); } #endif -#endif /* _PSP2_KERN_SYSCON_H_ */ +#endif /* _VDSUITE_KERNEL_SYSCON_H */ |