diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/kernel/iofilemgr.h | 6 | ||||
-rw-r--r-- | include/user/kernel/iofilemgr_async.h | 6 | ||||
-rw-r--r-- | include/user/kernel/iofilemgr_syscall.h | 6 | ||||
-rw-r--r-- | include/user/kernel/libkernel.h | 6 | ||||
-rw-r--r-- | include/user/kernel/modulemgr.h | 6 | ||||
-rw-r--r-- | include/user/kernel/processmgr.h | 6 | ||||
-rw-r--r-- | include/user/kernel/rng.h | 6 | ||||
-rw-r--r-- | include/user/kernel/sysmem.h | 6 | ||||
-rw-r--r-- | include/user/kernel/sysmem/memblock.h | 6 | ||||
-rw-r--r-- | include/user/kernel/threadmgr.h | 6 |
10 files changed, 30 insertions, 30 deletions
diff --git a/include/user/kernel/iofilemgr.h b/include/user/kernel/iofilemgr.h index 59f344d..291b9ae 100644 --- a/include/user/kernel/iofilemgr.h +++ b/include/user/kernel/iofilemgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_H_ -#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_H_ +#ifndef _VDSUITE_USER_KERNEL_IOFILEMGR_H +#define _VDSUITE_USER_KERNEL_IOFILEMGR_H #include_next <kernel/iofilemgr.h> @@ -70,4 +70,4 @@ int sceIoGetThreadDefaultPriority(void); } #endif -#endif /* _DOLCESDK_PSP2_KERNEL_IOFILEMGR_H_ */ +#endif /* _VDSUITE_USER_KERNEL_IOFILEMGR_H */ diff --git a/include/user/kernel/iofilemgr_async.h b/include/user/kernel/iofilemgr_async.h index 533fe35..c2a8446 100644 --- a/include/user/kernel/iofilemgr_async.h +++ b/include/user/kernel/iofilemgr_async.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_ASYNC_H_ -#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_ASYNC_H_ +#ifndef _VDSUITE_USER_KERNEL_IOFILEMGR_ASYNC_H +#define _VDSUITE_USER_KERNEL_IOFILEMGR_ASYNC_H #include_next <kernel/iofilemgr_async.h> @@ -35,4 +35,4 @@ int sceIoCompleteMultiple(SceIoAsyncParam* asyncParam, int numOfParam, int* numO } #endif -#endif /* _DOLCESDK_PSP2_KERNEL_IOFILEMGR_ASYNC_H_ */ +#endif /* _VDSUITE_USER_KERNEL_IOFILEMGR_ASYNC_H */ diff --git a/include/user/kernel/iofilemgr_syscall.h b/include/user/kernel/iofilemgr_syscall.h index 1826ec8..a1d4fb8 100644 --- a/include/user/kernel/iofilemgr_syscall.h +++ b/include/user/kernel/iofilemgr_syscall.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_ -#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_ +#ifndef _VDSUITE_USER_KERNEL_IOFILEMGR_SYSCALL_H +#define _VDSUITE_USER_KERNEL_IOFILEMGR_SYSCALL_H #include <kernel/types.h> @@ -80,4 +80,4 @@ SceSSize _sceIoPwrite(SceUID fd, const void *buf, SceSize nbyte, SceIoPwriteSysc } #endif -#endif /* _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_ */ +#endif /* _VDSUITE_USER_KERNEL_IOFILEMGR_SYSCALL_H */ diff --git a/include/user/kernel/libkernel.h b/include/user/kernel/libkernel.h index 9a011bb..ac59394 100644 --- a/include/user/kernel/libkernel.h +++ b/include/user/kernel/libkernel.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_CLIB_H_ -#define _PSP2_KERNEL_CLIB_H_ +#ifndef _VDSUITE_USER_KERNEL_LIBKERNEL_H +#define _VDSUITE_USER_KERNEL_LIBKERNEL_H #include_next <kernel/libkernel.h> @@ -82,5 +82,5 @@ SceInt32 sceClibMspaceIsHeapEmpty(SceClibMspace msp); SCE_CDECL_END -#endif /* _PSP2_KERNEL_CLIB_H_ */ +#endif /* _VDSUITE_USER_KERNEL_LIBKERNEL_H */ 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 */ diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h index 8ae7530..dd8a677 100644 --- a/include/user/kernel/processmgr.h +++ b/include/user/kernel/processmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_PROCESSMGR_H_ -#define _PSP2_KERNEL_PROCESSMGR_H_ +#ifndef _VDSUITE_USER_KERNEL_PROCESSMGR_H +#define _VDSUITE_USER_KERNEL_PROCESSMGR_H #include_next <kernel/processmgr.h> @@ -29,5 +29,5 @@ int sceKernelPowerUnlock(SceInt32 type); SCE_CDECL_END -#endif /* _PSP2_KERNEL_PROCESSMGR_H_ */ +#endif /* _VDSUITE_USER_KERNEL_PROCESSMGR_H */ diff --git a/include/user/kernel/rng.h b/include/user/kernel/rng.h index ddb9d3f..3187aa4 100644 --- a/include/user/kernel/rng.h +++ b/include/user/kernel/rng.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_RNG_H_ -#define _PSP2_KERNEL_RNG_H_ +#ifndef _VDSUITE_USER_KERNEL_RNG_H +#define _VDSUITE_USER_KERNEL_RNG_H #include <scetypes.h> @@ -25,5 +25,5 @@ int sceKernelGetRandomNumber(void *output, SceSize size); } #endif -#endif /* _PSP2_KERNEL_RNG_H_ */ +#endif /* _VDSUITE_USER_KERNEL_RNG_H */ diff --git a/include/user/kernel/sysmem.h b/include/user/kernel/sysmem.h index ce5643e..fe278ea 100644 --- a/include/user/kernel/sysmem.h +++ b/include/user/kernel/sysmem.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SYSMEM_H_ -#define _PSP2_KERNEL_SYSMEM_H_ +#ifndef _VDSUITE_USER_KERNEL_SYSMEM_H +#define _VDSUITE_USER_KERNEL_SYSMEM_H #include_next <kernel/sysmem.h> @@ -40,5 +40,5 @@ int sceKernelIsPSVitaTV(void); SCE_CDECL_END -#endif +#endif /* _VDSUITE_USER_KERNEL_SYSMEM_H */ diff --git a/include/user/kernel/sysmem/memblock.h b/include/user/kernel/sysmem/memblock.h index 6fe6d6e..96033da 100644 --- a/include/user/kernel/sysmem/memblock.h +++ b/include/user/kernel/sysmem/memblock.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_KERNEL_SYSMEM_MEMBLOCK_H_ -#define _DOLCESDK_PSP2_KERNEL_SYSMEM_MEMBLOCK_H_ +#ifndef _VDSUITE_USER_KERNEL_SYSMEM_MEMBLOCK_H +#define _VDSUITE_USER_KERNEL_SYSMEM_MEMBLOCK_H #include_next <kernel/sysmem/memblock.h> @@ -43,4 +43,4 @@ typedef struct SceKernelAllocMemBlockOptInternal { SCE_CDECL_END -#endif /* _DOLCESDK_PSP2_KERNEL_SYSMEM_MEMBLOCK_H_ */ +#endif /* _VDSUITE_USER_KERNEL_SYSMEM_MEMBLOCK_H */ diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h index 6dc062d..22e49e6 100644 --- a/include/user/kernel/threadmgr.h +++ b/include/user/kernel/threadmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_THREADMGR_H_ -#define _PSP2_KERNEL_THREADMGR_H_ +#ifndef _VDSUITE_USER_KERNEL_THREADMGR_H +#define _VDSUITE_USER_KERNEL_THREADMGR_H #include_next <kernel/threadmgr.h> @@ -150,5 +150,5 @@ int sceKernelSetThreadContextForMono( SCE_CDECL_END -#endif /* _PSP2_KERNEL_THREADMGR_H_ */ +#endif /* _VDSUITE_USER_KERNEL_THREADMGR_H */ |