diff options
Diffstat (limited to 'include')
96 files changed, 288 insertions, 287 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> diff --git a/include/kernel/appmgr.h b/include/kernel/appmgr.h index 08e19a1..d5f4674 100644 --- a/include/kernel/appmgr.h +++ b/include/kernel/appmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_APPMGR_H_ -#define _PSP2_KERNEL_APPMGR_H_ +#ifndef _VDSUITE_KERNEL_APPMGR_H +#define _VDSUITE_KERNEL_APPMGR_H #include_next <appmgr.h> @@ -57,4 +57,4 @@ SceInt32 sceAppMgrDrmClose(const SceAppMgrDrmAddcontParam *pParam); } #endif -#endif /* _PSP2_KERNEL_APPMGR_H_ */ +#endif /* _VDSUITE_KERNEL_APPMGR_H */ diff --git a/include/kernel/audioout.h b/include/kernel/audioout.h index 003ff22..a9bd9a2 100644 --- a/include/kernel/audioout.h +++ b/include/kernel/audioout.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_AUDIOOUT_H_ -#define _PSP2_KERNEL_AUDIOOUT_H_ +#ifndef _VDSUITE_KERNEL_AUDIOOUT_H +#define _VDSUITE_KERNEL_AUDIOOUT_H #ifdef __cplusplus extern "C" { @@ -22,4 +22,4 @@ typedef enum SceAudioOutPortType { } #endif -#endif /* _PSP2_KERNEL_AUDIOOUT_H_ */ +#endif /* _VDSUITE_KERNEL_AUDIOOUT_H */ diff --git a/include/kernel/bt.h b/include/kernel/bt.h index 73ed6ac..79f50ad 100644 --- a/include/kernel/bt.h +++ b/include/kernel/bt.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_BT_H_ -#define _PSP2_KERNEL_BT_H_ +#ifndef _VDSUITE_KERNEL_BT_H +#define _VDSUITE_KERNEL_BT_H #include <stdint.h> #include <scetypes.h> @@ -342,4 +342,4 @@ int sceBtUnregisterCallback(SceUID cb); } #endif -#endif /* _PSP2_KERNEL_BT_H_ */ +#endif /* _VDSUITE_KERNEL_BT_H */ diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h index 8aa7715..279f995 100644 --- a/include/kernel/ctrl.h +++ b/include/kernel/ctrl.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_CTRL_H_ -#define _PSP2_KERN_CTRL_H_ +#ifndef _VDSUITE_KERNEL_CTRL_H +#define _VDSUITE_KERNEL_CTRL_H #include_next <ctrl.h> @@ -87,4 +87,4 @@ int sceCtrlRegisterVirtualControllerDriver(SceCtrlVirtualControllerDriver *drive } #endif -#endif /* _PSP2_KERN_CTRL_H_ */ +#endif /* _VDSUITE_KERNEL_CTRL_H */ diff --git a/include/kernel/display.h b/include/kernel/display.h index 67d8998..05a325a 100644 --- a/include/kernel/display.h +++ b/include/kernel/display.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_DISPLAY_H_ -#define _PSP2_KERNEL_DISPLAY_H_ +#ifndef _VDSUITE_KERNEL_DISPLAY_H +#define _VDSUITE_KERNEL_DISPLAY_H #include <stdint.h> #include <scetypes.h> @@ -300,5 +300,5 @@ int sceDisplaySetScaleConf(float scale, int head, int index, int flags); } #endif -#endif /* _PSP2_KERNEL_DISPLAY_H_ */ +#endif /* _VDSUITE_KERNEL_DISPLAY_H */ diff --git a/include/kernel/fios2.h b/include/kernel/fios2.h index 046b0fb..b487565 100644 --- a/include/kernel/fios2.h +++ b/include/kernel/fios2.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_FIOS2KERNEL_H_ -#define _PSP2_KERNEL_FIOS2KERNEL_H_ +#ifndef _VDSUITE_KERNEL_FIOS2_H +#define _VDSUITE_KERNEL_FIOS2_H #include <stdint.h> #include <scetypes.h> @@ -90,4 +90,4 @@ int sceFiosKernelOverlayResolveSync(SceUID pid, int resolveFlag, const char *inP } #endif -#endif /* _PSP2_KERNEL_FIOS2KERNEL_H_ */ +#endif /* _VDSUITE_KERNEL_FIOS2_H */ diff --git a/include/kernel/idstorage.h b/include/kernel/idstorage.h index 9d30431..b91a563 100644 --- a/include/kernel/idstorage.h +++ b/include/kernel/idstorage.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_IDSTORAGE_H_ -#define _PSP2_KERNEL_IDSTORAGE_H_ +#ifndef _VDSUITE_KERNEL_IDSTORAGE_H +#define _VDSUITE_KERNEL_IDSTORAGE_H #include <scetypes.h> @@ -31,4 +31,4 @@ int sceIdStorageWriteLeaf(SceSize leafnum, const void *buf); } #endif -#endif /* _PSP2_KERNEL_IDSTORAGE_H_ */ +#endif /* _VDSUITE_KERNEL_IDSTORAGE_H */ diff --git a/include/kernel/kernel/cpu.h b/include/kernel/kernel/cpu.h index 70b3d51..f1b00f5 100644 --- a/include/kernel/kernel/cpu.h +++ b/include/kernel/kernel/cpu.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_CPU_H_ -#define _PSP2_KERNEL_CPU_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_CPU_H +#define _VDSUITE_KERNEL_KERNEL_CPU_H #include_next <kernel/cpu.h> @@ -170,5 +170,5 @@ int sceKernelCpuSpinLockIrqRestore(int *addr, int flags); } #endif -#endif /* _PSP2_KERNEL_CPU_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_CPU_H */ diff --git a/include/kernel/kernel/excpmgr.h b/include/kernel/kernel/excpmgr.h index 0c1f96b..31901ac 100644 --- a/include/kernel/kernel/excpmgr.h +++ b/include/kernel/kernel/excpmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_EXCPMGR_H_ -#define _PSP2_KERNEL_EXCPMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_EXCPMGR_H +#define _VDSUITE_KERNEL_KERNEL_EXCPMGR_H #ifdef __cplusplus extern "C" { @@ -47,4 +47,4 @@ int sceExcpmgrRegisterHandler(SceExcpKind kind, int priority, void *handler); } #endif -#endif /* _PSP2_KERNEL_EXCPMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_EXCPMGR_H */ diff --git a/include/kernel/kernel/intrmgr.h b/include/kernel/kernel/intrmgr.h index 1c3ad41..4e4385a 100644 --- a/include/kernel/kernel/intrmgr.h +++ b/include/kernel/kernel/intrmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_INTRMGR_H_ -#define _PSP2_KERNEL_INTRMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_INTRMGR_H +#define _VDSUITE_KERNEL_KERNEL_INTRMGR_H #include <stdint.h> @@ -64,5 +64,5 @@ int sceKernelDisableSubIntr(int intr_code, int subintr_code); } #endif -#endif /* _PSP2_KERNEL_INTRMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_INTRMGR_H */ diff --git a/include/kernel/kernel/iofilemgr.h b/include/kernel/kernel/iofilemgr.h index 05d25e1..ef618e2 100644 --- a/include/kernel/kernel/iofilemgr.h +++ b/include/kernel/kernel/iofilemgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_ -#define _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H +#define _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H #include_next <kernel/iofilemgr.h> @@ -63,4 +63,4 @@ int sceIoUmount(int id, int a2, int a3, int a4); } #endif -#endif /* _DOLCESDK_PSP2KERN_KERNEL_IOFILEMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_IOFILEMGR_H */ diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h index ec6c05e..7f225c6 100644 --- a/include/kernel/kernel/modulemgr.h +++ b/include/kernel/kernel/modulemgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_MODULEMGR_H_ -#define _PSP2_KERNEL_MODULEMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_MODULEMGR_H +#define _VDSUITE_KERNEL_KERNEL_MODULEMGR_H #include_next <kernel/modulemgr.h> @@ -447,4 +447,4 @@ int sceKernelGetProcessLibraryIdList(SceUID pid, SceUID *library_ids, SceSize *n } #endif -#endif /* _PSP2_KERNEL_MODULEMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_MODULEMGR_H */ diff --git a/include/kernel/kernel/proc_event.h b/include/kernel/kernel/proc_event.h index 335cae9..1d7a63e 100644 --- a/include/kernel/kernel/proc_event.h +++ b/include/kernel/kernel/proc_event.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_PROC_EVENT_H_ -#define _PSP2_KERNEL_PROC_EVENT_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H +#define _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H #include <scetypes.h> @@ -74,4 +74,4 @@ int sceKernelInvokeProcEventHandler(SceUID pid, int event_id, int event_type, vo } #endif -#endif /* _PSP2_KERNEL_PROC_EVENT_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_PROC_EVENT_H */ diff --git a/include/kernel/kernel/processmgr.h b/include/kernel/kernel/processmgr.h index 16ef277..7f5237f 100644 --- a/include/kernel/kernel/processmgr.h +++ b/include/kernel/kernel/processmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_PROCESSMGR_H_ -#define _PSP2_KERNEL_PROCESSMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H +#define _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H #include_next <kernel/processmgr.h> @@ -71,5 +71,5 @@ int sceKernelGetProcessStatus(SceUID pid, int *status); } #endif -#endif /* _PSP2_KERNEL_PROCESSMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_PROCESSMGR_H */ diff --git a/include/kernel/kernel/suspend.h b/include/kernel/kernel/suspend.h index 2343e87..41cea74 100644 --- a/include/kernel/kernel/suspend.h +++ b/include/kernel/kernel/suspend.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SUSPEND_H_ -#define _PSP2_KERNEL_SUSPEND_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_SUSPEND_H +#define _VDSUITE_KERNEL_KERNEL_SUSPEND_H #ifdef __cplusplus extern "C" { @@ -35,4 +35,4 @@ int sceKernelRegisterSysEventHandler(const char *name, SceSysEventHandler handle } #endif -#endif /* _PSP2_KERNEL_SUSPEND_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_SUSPEND_H */ diff --git a/include/kernel/kernel/sysclib.h b/include/kernel/kernel/sysclib.h index bf6907e..23b070d 100644 --- a/include/kernel/kernel/sysclib.h +++ b/include/kernel/kernel/sysclib.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_ -#define _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_SYSCLIB_H +#define _VDSUITE_KERNEL_KERNEL_SYSCLIB_H #include <stddef.h> @@ -26,4 +26,4 @@ char *strncpy_fast(char *dest, const char *src, size_t n); } #endif -#endif /* _DOLCESDK_PSP2KERN_KERNEL_SYSCLIB_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_SYSCLIB_H */ diff --git a/include/kernel/kernel/sysmem.h b/include/kernel/kernel/sysmem.h index 008b431..45d15e8 100644 --- a/include/kernel/kernel/sysmem.h +++ b/include/kernel/kernel/sysmem.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SYSMEM_H_ -#define _PSP2_KERNEL_SYSMEM_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_SYSMEM_H +#define _VDSUITE_KERNEL_KERNEL_SYSMEM_H #include_next <kernel/sysmem.h> @@ -466,4 +466,4 @@ SceUID sceKernelSysrootGetShellPid(void); } #endif -#endif +#endif /* _VDSUITE_KERNEL_KERNEL_SYSMEM_H */ diff --git a/include/kernel/kernel/threadmgr.h b/include/kernel/kernel/threadmgr.h index 606738d..b81ee23 100644 --- a/include/kernel/kernel/threadmgr.h +++ b/include/kernel/kernel/threadmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_THREADMGR_H_ -#define _PSP2_KERNEL_THREADMGR_H_ +#ifndef _VDSUITE_KERNEL_KERNEL_THREADMGR_H +#define _VDSUITE_KERNEL_KERNEL_THREADMGR_H #include_next <kernel/threadmgr.h> @@ -237,5 +237,5 @@ int sceKernelChangeThreadSuspendStatus(SceUID thid, int status); } #endif -#endif /* _PSP2_KERNEL_THREADMGR_H_ */ +#endif /* _VDSUITE_KERNEL_KERNEL_THREADMGR_H */ 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 */ diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h index 9a4879f..42c0bb9 100644 --- a/include/kernel/lowio/dsi.h +++ b/include/kernel/lowio/dsi.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_LOWIO_DSI_H_ -#define _PSP2_KERN_LOWIO_DSI_H_ +#ifndef _VDSUITE_KERNEL_LOWIO_DSI_H +#define _VDSUITE_KERNEL_LOWIO_DSI_H #ifdef __cplusplus extern "C" { @@ -37,5 +37,5 @@ int sceDsiDcsRead(int head, unsigned short param, void *buff, unsigned int size) } #endif -#endif /* _PSP2_KERN_LOWIO_DSI_H_ */ +#endif /* _VDSUITE_KERNEL_LOWIO_DSI_H */ diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 17564b6..8e6f642 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_LOWIO_GPIO_H_ -#define _PSP2_KERN_LOWIO_GPIO_H_ +#ifndef _VDSUITE_KERNEL_LOWIO_GPIO_H +#define _VDSUITE_KERNEL_LOWIO_GPIO_H #ifdef __cplusplus extern "C" { @@ -40,5 +40,5 @@ int sceGpioQueryIntr(int bus, int port); } #endif -#endif /* _PSP2_KERN_LOWIO_GPIO_H_ */ +#endif /* _VDSUITE_KERNEL_LOWIO_GPIO_H */ diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index 3928891..cc05de1 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_LOWIO_I2C_H_ -#define _PSP2_KERN_LOWIO_I2C_H_ +#ifndef _VDSUITE_KERNEL_LOWIO_I2C_H +#define _VDSUITE_KERNEL_LOWIO_I2C_H #ifdef __cplusplus extern "C" { @@ -40,5 +40,5 @@ int sceI2cSetDebugHandlers(int bus, SceI2cDebugHandlers *debug_handlers); } #endif -#endif /* _PSP2_KERN_LOWIO_I2C_H_ */ +#endif /* _VDSUITE_KERNEL_LOWIO_I2C_H */ diff --git a/include/kernel/lowio/iftu.h b/include/kernel/lowio/iftu.h index bafe02b..4dc20f0 100644 --- a/include/kernel/lowio/iftu.h +++ b/include/kernel/lowio/iftu.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_LOWIO_IFTU_H_ -#define _PSP2_KERN_LOWIO_IFTU_H_ +#ifndef _VDSUITE_KERNEL_LOWIO_IFTU_H +#define _VDSUITE_KERNEL_LOWIO_IFTU_H #ifdef __cplusplus extern "C" { @@ -92,5 +92,5 @@ int sceIftuCsc(SceIftuFrameBuf *dst, SceIftuPlaneState *src, SceIftuConvParams * } #endif -#endif /* _PSP2_KERN_LOWIO_IFTU_H_ */ +#endif /* _VDSUITE_KERNEL_LOWIO_IFTU_H */ diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index b16ee96..12d8a3a 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_LOWIO_PERVASIVE_H_ -#define _PSP2_KERN_LOWIO_PERVASIVE_H_ +#ifndef _VDSUITE_KERNEL_LOWIO_PERVASIVE_H +#define _VDSUITE_KERNEL_LOWIO_PERVASIVE_H #ifdef __cplusplus extern "C" { @@ -43,5 +43,5 @@ int scePervasiveRemovableMemoryGetCardInsertState(void); } #endif -#endif /* _PSP2_KERN_LOWIO_PERVASIVE_H_ */ +#endif /* _VDSUITE_KERNEL_LOWIO_PERVASIVE_H */ diff --git a/include/kernel/net/net.h b/include/kernel/net/net.h index 6378059..a15c7ea 100644 --- a/include/kernel/net/net.h +++ b/include/kernel/net/net.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_NET_NET_H_ -#define _PSP2_KERNEL_NET_NET_H_ +#ifndef _VDSUITE_KERNEL_NET_NET_H +#define _VDSUITE_KERNEL_NET_NET_H #ifdef __cplusplus extern "C" { @@ -562,4 +562,4 @@ int sceNetClose(int s); } #endif -#endif /* _PSP2_KERNEL_NET_NET_H_ */ +#endif /* _VDSUITE_KERNEL_NET_NET_H */ diff --git a/include/kernel/power.h b/include/kernel/power.h index f9b709d..4a98153 100644 --- a/include/kernel/power.h +++ b/include/kernel/power.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_POWER_H_ -#define _PSP2_KERN_POWER_H_ +#ifndef _VDSUITE_KERNEL_POWER_H +#define _VDSUITE_KERNEL_POWER_H #include <scetypes.h> @@ -263,4 +263,4 @@ int scePowerSetPsButtonPushTime(int time); } #endif -#endif /* _PSP2_KERN_POWER_H_ */ +#endif /* _VDSUITE_KERNEL_POWER_H */ diff --git a/include/kernel/registrymgr.h b/include/kernel/registrymgr.h index cffdb74..772a5f7 100644 --- a/include/kernel/registrymgr.h +++ b/include/kernel/registrymgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_REGISTRYMGR_H_ -#define _PSP2_REGISTRYMGR_H_ +#ifndef _VDSUITE_KERNEL_REGISTRYMGR_H +#define _VDSUITE_KERNEL_REGISTRYMGR_H #include <scetypes.h> @@ -85,4 +85,4 @@ int sceRegMgrSetKeyStr(const char *category, const char *name, char *buf, SceSiz } #endif -#endif /* _PSP2_REGISTRYMGR_H_ */ +#endif /* _VDSUITE_KERNEL_REGISTRYMGR_H */ diff --git a/include/kernel/sblacmgr.h b/include/kernel/sblacmgr.h index a0a4e65..366fb8a 100644 --- a/include/kernel/sblacmgr.h +++ b/include/kernel/sblacmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SBLACMGR_H_ -#define _PSP2_KERNEL_SBLACMGR_H_ +#ifndef _VDSUITE_KERNEL_SBLACMGR_H +#define _VDSUITE_KERNEL_SBLACMGR_H #include <scetypes.h> @@ -21,5 +21,5 @@ int sceSblACMgrIsDevelopmentMode(void); } #endif -#endif /* _PSP2_KERNEL_SBLACMGR_H_ */ +#endif /* _VDSUITE_KERNEL_SBLACMGR_H */ diff --git a/include/kernel/sblaimgr.h b/include/kernel/sblaimgr.h index 3a01746..3966d63 100644 --- a/include/kernel/sblaimgr.h +++ b/include/kernel/sblaimgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SBLACMGR_H_ -#define _PSP2_KERNEL_SBLACMGR_H_ +#ifndef _VDSUITE_KERNEL_SBLAIMGR_H +#define _VDSUITE_KERNEL_SBLAIMGR_H #ifdef __cplusplus extern "C" { @@ -24,5 +24,5 @@ int sceSblAimgrIsGenuineDolce(void); } #endif -#endif /* _PSP2_KERNEL_SBLAIMGR_H_ */ +#endif /* _VDSUITE_KERNEL_SBLAIMGR_H */ diff --git a/include/kernel/sblauthmgr.h b/include/kernel/sblauthmgr.h index ac1cb03..2af8658 100644 --- a/include/kernel/sblauthmgr.h +++ b/include/kernel/sblauthmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_SBLAUTHMGR_H_ -#define _PSP2_KERNEL_SBLAUTHMGR_H_ +#ifndef _VDSUITE_KERNEL_SBLAUTHMGR_H +#define _VDSUITE_KERNEL_SBLAUTHMGR_H #include <scetypes.h> @@ -18,5 +18,5 @@ int sceSblAuthMgrSetDmac5Key(const void *key, SceSize keylen, int slot_id, int k } #endif -#endif /* _PSP2_KERNEL_SBLAUTHMGR_H_ */ +#endif /* _VDSUITE_KERNEL_SBLAUTHMGR_H */ 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 */ diff --git a/include/kernel/uart.h b/include/kernel/uart.h index 9705046..1e155d9 100644 --- a/include/kernel/uart.h +++ b/include/kernel/uart.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERN_UART_H_ -#define _PSP2_KERN_UART_H_ +#ifndef _VDSUITE_KERNEL_UART_H +#define _VDSUITE_KERNEL_UART_H #ifdef __cplusplus extern "C" { @@ -18,5 +18,5 @@ int sceUartWrite(int port, char data); } #endif -#endif /* _PSP2_KERN_UART_H_ */ +#endif /* _VDSUITE_KERNEL_UART_H */ diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 514a9ab..21027a1 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_UDCD_H_ -#define _PSP2_KERNEL_UDCD_H_ +#ifndef _VDSUITE_KERNEL_UDCD_H +#define _VDSUITE_KERNEL_UDCD_H #ifdef __cplusplus extern "C" { @@ -711,4 +711,4 @@ int sceUdcdReqRecvInternal(SceUdcdDeviceRequest *req, int bus); } #endif -#endif /* _PSP2_KERNEL_UDCD_H_ */ +#endif /* _VDSUITE_KERNEL_UDCD_H */ diff --git a/include/kernel/usbd.h b/include/kernel/usbd.h index 8751359..5821b14 100644 --- a/include/kernel/usbd.h +++ b/include/kernel/usbd.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_USBD_H_ -#define _PSP2_KERNEL_USBD_H_ +#ifndef _VDSUITE_KERNEL_USBD_H +#define _VDSUITE_KERNEL_USBD_H #ifdef __cplusplus extern "C" { @@ -99,4 +99,4 @@ int sceUsbdInterruptTransfer(int endpoint_id, } #endif -#endif /* _PSP2_KERNEL_USBD_H_ */ +#endif /* _VDSUITE_KERNEL_USBD_H */ diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 9547e9b..a3ee1fd 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_APPMGR_H_ -#define _PSP2_APPMGR_H_ +#ifndef _VDSUITE_USER_APPMGR_H +#define _VDSUITE_USER_APPMGR_H #include_next <appmgr.h> @@ -477,5 +477,5 @@ int sceSharedFbGetInfo(SceUID fbId, SceSharedFbInfo *fbInfo); } #endif -#endif /* _PSP2_APPMGR_H_ */ +#endif /* _VDSUITE_USER_APPMGR_H */ diff --git a/include/user/audiocodec.h b/include/user/audiocodec.h index ad3284f..4252d07 100644 --- a/include/user/audiocodec.h +++ b/include/user/audiocodec.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_AUDIOCODEC_H_ -#define _DOLCESDK_PSP2_AUDIOCODEC_H_ +#ifndef _VDSUITE_USER_AUDIOCODEC_H +#define _VDSUITE_USER_AUDIOCODEC_H #include <audiodec.h> @@ -209,4 +209,4 @@ SceInt32 sceAudiocodecGetAt3Config(SceUInt32 cmode, SceUInt32 nbytes) } #endif -#endif /* _DOLCESDK_PSP2_AUDIOCODEC_H_ */ +#endif /* _VDSUITE_USER_AUDIOCODEC_H */ diff --git a/include/user/audiodec.h b/include/user/audiodec.h index b29ab98..a65ba01 100644 --- a/include/user/audiodec.h +++ b/include/user/audiodec.h @@ -2,12 +2,12 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_AUDIODEC_H_ -#define _DOLCESDK_PSP2_AUDIODEC_H_ +#ifndef _VDSUITE_USER_AUDIODEC_H +#define _VDSUITE_USER_AUDIODEC_H #include_next <audiodec.h> /* Audio decoder type */ #define SCE_AUDIODEC_TYPE_SILK (0x1007U) -#endif /* _DOLCESDK_PSP2_AUDIODEC_H_ */ +#endif /* _VDSUITE_USER_AUDIODEC_H */ diff --git a/include/user/audioenc.h b/include/user/audioenc.h index 99ced89..7c130a0 100644 --- a/include/user/audioenc.h +++ b/include/user/audioenc.h @@ -2,12 +2,12 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_AUDIOENC_H_ -#define _DOLCESDK_PSP2_AUDIOENC_H_ +#ifndef _VDSUITE_USER_AUDIOENC_H +#define _VDSUITE_USER_AUDIOENC_H #include_next <audioenc.h> /* Audio encoder type */ #define SCE_AUDIOENC_TYPE_SILK (0x2007U) /* Only use with sceAudioencCreateEncoderResident() */ -#endif /* _DOLCESDK_PSP2_AUDIOENC_H_ */ +#endif /* _VDSUITE_USER_AUDIOENC_H */ diff --git a/include/user/avcdec.h b/include/user/avcdec.h index f3d067f..6028b7b 100644 --- a/include/user/avcdec.h +++ b/include/user/avcdec.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_AVCDEC_H_ -#define _DOLCESDK_PSP2_AVCDEC_H_ +#ifndef _VDSUITE_USER_AVCDEC_H +#define _VDSUITE_USER_AVCDEC_H #include <videodec.h> #include_next <avcdec.h> @@ -60,5 +60,5 @@ extern SceInt32 sceAvcdecDecodeGetPictureNongameapp(SceAvcdecCtrl *pCtrl, SceAvc } #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ -#endif /* _DOLCESDK_PSP2_AVCDEC_H_ */ +#endif /* _VDSUITE_USER_AVCDEC_H */ diff --git a/include/user/avconfig.h b/include/user/avconfig.h index 472cc0e..fdd1f1f 100644 --- a/include/user/avconfig.h +++ b/include/user/avconfig.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_AVCONFIG_H_ -#define _PSP2_AVCONFIG_H_ +#ifndef _VDSUITE_USER_AVCONFIG_H +#define _VDSUITE_USER_AVCONFIG_H #include <scetypes.h> @@ -170,5 +170,5 @@ int sceAVConfigSetDisplayColorSpaceMode(SceUInt32 mode); } #endif -#endif +#endif /* _VDSUITE_USER_AVCONFIG_H */ diff --git a/include/user/bgapputil.h b/include/user/bgapputil.h index a91070f..72050bf 100644 --- a/include/user/bgapputil.h +++ b/include/user/bgapputil.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_BGAPPUTIL_H_ -#define _DOLCESDK_PSP2_BGAPPUTIL_H_ +#ifndef _VDSUITE_USER_BGAPPUTIL_H +#define _VDSUITE_USER_BGAPPUTIL_H #ifdef __cplusplus extern "C" { @@ -27,4 +27,4 @@ int sceBgAppUtilStartBgApp(int mode); } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_BGAPPUTIL_H_ */ +#endif /* _VDSUITE_USER_BGAPPUTIL_H */ diff --git a/include/user/compat.h b/include/user/compat.h index 0f5832e..8b845ba 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_COMPAT_H_ -#define _PSP2_COMPAT_H_ +#ifndef _VDSUITE_USER_COMPAT_H +#define _VDSUITE_USER_COMPAT_H #include <kernel/iofilemgr.h> #include <rtc.h> @@ -301,5 +301,5 @@ int sceCompatGetCurrentSecureTick(SceRtcTick *tick); } #endif -#endif /* _PSP2_COMPAT_H_ */ +#endif /* _VDSUITE_USER_COMPAT_H */ diff --git a/include/user/ctrl.h b/include/user/ctrl.h index 6d1f2e0..24f3263 100644 --- a/include/user/ctrl.h +++ b/include/user/ctrl.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_CTRL_H_ -#define _PSP2_CTRL_H_ +#ifndef _VDSUITE_USER_CTRL_H +#define _VDSUITE_USER_CTRL_H #include_next <ctrl.h> @@ -82,4 +82,4 @@ int sceCtrlGetBatteryInfo(int port, SceUInt8 *batt); } #endif -#endif /* _PSP2CTRL_H_ */ +#endif /* _VDSUITE_USER_CTRL_H */ diff --git a/include/user/display.h b/include/user/display.h index 5a6235c..c13d5d5 100644 --- a/include/user/display.h +++ b/include/user/display.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_DISPLAY_H_ -#define _PSP2_DISPLAY_H_ +#ifndef _VDSUITE_USER_DISPLAY_H +#define _VDSUITE_USER_DISPLAY_H #include_next <display.h> @@ -52,5 +52,5 @@ int sceDisplayGetVcountInternal(int display); } #endif -#endif /* _PSP2_DISPLAY_H_ */ +#endif /* _VDSUITE_USER_DISPLAY_H */ diff --git a/include/user/gim.h b/include/user/gim.h index ab91bb4..a3ed547 100644 --- a/include/user/gim.h +++ b/include/user/gim.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GIM_H_ -#define _DOLCESDK_PSP2_GIM_H_ +#ifndef _VDSUITE_USER_GIM_H +#define _VDSUITE_USER_GIM_H #ifdef __cplusplus extern "C" { @@ -363,5 +363,5 @@ inline SceGimErrorCode sceGimCheckData(void *gim) { } #endif -#endif /* _DOLCESDK_PSP2_GIM_H_ */ +#endif /* _VDSUITE_USER_GIM_H */ diff --git a/include/user/gxm/context.h b/include/user/gxm/context.h index fe01b64..f225105 100644 --- a/include/user/gxm/context.h +++ b/include/user/gxm/context.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_CONTEXT_H +#define _VDSUITE_USER_GXM_CONTEXT_H /** @file */ @@ -102,4 +102,4 @@ SceGxmErrorCode sceGxmRazorReplayReserveVdm( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_CONTEXT_H */ diff --git a/include/user/gxm/init.h b/include/user/gxm/init.h index a358ff7..961b7c2 100644 --- a/include/user/gxm/init.h +++ b/include/user/gxm/init.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_INIT_H +#define _VDSUITE_USER_GXM_INIT_H /** @file */ @@ -75,4 +75,4 @@ void *sceGxmGetDeviceData(void); } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_INIT_H */ diff --git a/include/user/gxm/memory.h b/include/user/gxm/memory.h index cb1426e..1cc1de6 100644 --- a/include/user/gxm/memory.h +++ b/include/user/gxm/memory.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_MEMORY_H +#define _VDSUITE_USER_GXM_MEMORY_H /** @file @@ -190,4 +190,4 @@ SceGxmErrorCode sceGxmFreeDeviceMemLinux(SceGxmDeviceMemInfo* memInfo); } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_MEMORY_H */ diff --git a/include/user/gxm/render_target.h b/include/user/gxm/render_target.h index ea73ed7..16f2778 100644 --- a/include/user/gxm/render_target.h +++ b/include/user/gxm/render_target.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_RENDER_TARGET_H +#define _VDSUITE_USER_GXM_RENDER_TARGET_H /** @file */ @@ -69,4 +69,4 @@ SceGxmErrorCode sceGxmCreateRenderTargetInternal( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_RENDER_TARGET_H */ diff --git a/include/user/gxm/shader_patcher.h b/include/user/gxm/shader_patcher.h index e63b557..0701e00 100644 --- a/include/user/gxm/shader_patcher.h +++ b/include/user/gxm/shader_patcher.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_SHADER_PATCHER_H +#define _VDSUITE_USER_GXM_SHADER_PATCHER_H /** @file */ @@ -82,4 +82,4 @@ SceGxmErrorCode sceGxmShaderPatcherCreateFragmentProgramInternal( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_SHADER_PATCHER_H */ diff --git a/include/user/gxm/sync_object.h b/include/user/gxm/sync_object.h index f659894..f60e77d 100644 --- a/include/user/gxm/sync_object.h +++ b/include/user/gxm/sync_object.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_SYNC_OBJECT_H +#define _VDSUITE_USER_GXM_SYNC_OBJECT_H /** @file */ @@ -96,4 +96,4 @@ SceGxmErrorCode sceGxmSyncObjectCloseShared(uint32_t key, SceGxmSyncObject *sync } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_SYNC_OBJECT_H */ diff --git a/include/user/hid.h b/include/user/hid.h index 2245f2c..c8c4510 100644 --- a/include/user/hid.h +++ b/include/user/hid.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_HID_H_ -#define _PSP2_HID_H_ +#ifndef _VDSUITE_USER_HID_H +#define _VDSUITE_USER_HID_H #ifdef __cplusplus extern "C" { @@ -72,5 +72,5 @@ int sceHidMouseRead(SceUInt32 handle, SceHidMouseReport *reports[], int nReports } #endif -#endif +#endif /* _VDSUITE_USER_HID_H */ diff --git a/include/user/incoming_dialog.h b/include/user/incoming_dialog.h index 45c55e9..d609e72 100644 --- a/include/user/incoming_dialog.h +++ b/include/user/incoming_dialog.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_INCOMING_DIALOG_H_ -#define _DOLCESDK_PSP2_INCOMING_DIALOG_H_ +#ifndef _VDSUITE_USER_INCOMING_DIALOG_H +#define _VDSUITE_USER_INCOMING_DIALOG_H #include <kernel/libkernel.h> #include <scetypes.h> @@ -94,4 +94,4 @@ void sceIncomingDialogParamInit(SceIncomingDialogParam* dialogParam) } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_INCOMING_DIALOG_H_ */ +#endif /* _VDSUITE_USER_INCOMING_DIALOG_H */ diff --git a/include/user/ini_file_processor.h b/include/user/ini_file_processor.h index 4d15cb7..0cc1589 100644 --- a/include/user/ini_file_processor.h +++ b/include/user/ini_file_processor.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_INI_FILE_PROCESSOR_H_ -#define _DOLCESDK_PSP2_INI_FILE_PROCESSOR_H_ +#ifndef _VDSUITE_USER_INI_FILE_PROCESSOR_H +#define _VDSUITE_USER_INI_FILE_PROCESSOR_H #define SCE_INI_FILE_PROCESSOR_ERROR_MODE ((int)0x80840002) #define SCE_INI_FILE_PROCESSOR_ERROR_EOF ((int)0x80840005) @@ -200,4 +200,4 @@ private: #endif // __cplusplus -#endif // _DOLCESDK_PSP2_INI_FILE_PROCESSOR_H_ +#endif // _VDSUITE_USER_INI_FILE_PROCESSOR_H diff --git a/include/user/jpegarm.h b/include/user/jpegarm.h index 4ac3bfb..e58f3d1 100644 --- a/include/user/jpegarm.h +++ b/include/user/jpegarm.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_JPEGARM_H_ -#define _DOLCESDK_PSP2_JPEGARM_H_ +#ifndef _VDSUITE_USER_JPEGARM_H +#define _VDSUITE_USER_JPEGARM_H #include <scejpeg.h> @@ -102,5 +102,5 @@ int sceJpegArmSplitDecodeMJpeg(void *pCtrl); } #endif -#endif /* _DOLCESDK_PSP2_JPEGARM_H_ */ +#endif /* _VDSUITE_USER_JPEGARM_H */ 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 */ diff --git a/include/user/libsysmodule.h b/include/user/libsysmodule.h index 1bf5d32..e7d7dc2 100644 --- a/include/user/libsysmodule.h +++ b/include/user/libsysmodule.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_SYSMODULE_H_ -#define _PSP2_SYSMODULE_H_ +#ifndef _VDSUITE_USER_LIBSYSMODULE_H +#define _VDSUITE_USER_LIBSYSMODULE_H #include_next <libsysmodule.h> @@ -130,5 +130,5 @@ int sceSysmoduleUnloadModuleInternalWithArg(SceUInt32 id, SceSize args, void *ar } #endif -#endif /* _PSP2_SYSMODULE_H_ */ +#endif /* _VDSUITE_USER_LIBSYSMODULE_H */ diff --git a/include/user/motion.h b/include/user/motion.h index e12c9ea..decb7c8 100644 --- a/include/user/motion.h +++ b/include/user/motion.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_MOTION_H_ -#define _DOLCESDK_PSP2_MOTION_H_ +#ifndef _VDSUITE_USER_MOTION_H +#define _VDSUITE_USER_MOTION_H #include_next <motion.h> @@ -108,6 +108,6 @@ int sceMotionGetStateInternal(SceMotionState *motionState); } #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ -#endif /* _DOLCESDK_PSP2_MOTION_H_ */ +#endif /* _VDSUITE_USER_MOTION_H */ diff --git a/include/user/mtpif.h b/include/user/mtpif.h index 3fda5d3..a174829 100644 --- a/include/user/mtpif.h +++ b/include/user/mtpif.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_MTPIF_H_ -#define _PSP2_MTPIF_H_ +#ifndef _VDSUITE_USER_MTPIF_H +#define _VDSUITE_USER_MTPIF_H #ifdef __cplusplus extern "C" { @@ -31,4 +31,4 @@ int sceMtpIfStopDriver(int flags); } #endif -#endif /* _PSP2_MTPIF_H_ */ +#endif /* _VDSUITE_USER_MTPIF_H */ diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h index 9e9fc07..a1441cb 100644 --- a/include/user/net/net_syscalls.h +++ b/include/user/net/net_syscalls.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_NET_NET_SYSCALLS_H_ -#define _PSP2_NET_NET_SYSCALLS_H_ +#ifndef _VDSUITE_USER_NET_NET_SYSCALLS_H +#define _VDSUITE_USER_NET_NET_SYSCALLS_H #include <net.h> @@ -17,4 +17,4 @@ int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen } #endif -#endif /* _PSP2_NET_NET_SYSCALLS_H_ */ +#endif /* _VDSUITE_USER_NET_NET_SYSCALLS_H */ diff --git a/include/user/notification_util.h b/include/user/notification_util.h index 94d0540..065606b 100644 --- a/include/user/notification_util.h +++ b/include/user/notification_util.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_NOTIFICATION_UTIL_H_ -#define _DOLCESDK_PSP2_NOTIFICATION_UTIL_H_ +#ifndef _VDSUITE_USER_NOTIFICATION_UTIL_H +#define _VDSUITE_USER_NOTIFICATION_UTIL_H #include <scetypes.h> @@ -93,4 +93,4 @@ SceInt32 sceNotificationUtilProgressFinish(const SceNotificationUtilProgressFini } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_NOTIFICATION_UTIL_H_ */ +#endif /* _VDSUITE_USER_NOTIFICATION_UTIL_H */ diff --git a/include/user/npdrm.h b/include/user/npdrm.h index 0827a12..f332997 100644 --- a/include/user/npdrm.h +++ b/include/user/npdrm.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_NPDRM_H_ -#define _PSP2_NPDRM_H_ +#ifndef _VDSUITE_USER_NPDRM_H +#define _VDSUITE_USER_NPDRM_H #include <stdint.h> @@ -54,5 +54,5 @@ int _sceNpDrmGetRifNameForInstall(char *rif_name, const void *rif_data, int unk) } #endif -#endif /* _PSP2_NPDRM_H_ */ +#endif /* _VDSUITE_USER_NPDRM_H */ diff --git a/include/user/npdrmpackage.h b/include/user/npdrmpackage.h index bcf324d..25f11d5 100644 --- a/include/user/npdrmpackage.h +++ b/include/user/npdrmpackage.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_NPDRMPACKAGE_H_ -#define _PSP2_NPDRMPACKAGE_H_ +#ifndef _VDSUITE_USER_NPDRMPACKAGE_H +#define _VDSUITE_USER_NPDRMPACKAGE_H #include <scetypes.h> @@ -52,4 +52,4 @@ int _sceNpDrmPackageDecrypt(void * __restrict__ buffer, SceSize size, _sceNpDrmP } #endif -#endif /* _PSP2_NPDRMPACKAGE_H_ */ +#endif /* _VDSUITE_USER_NPDRMPACKAGE_H */ diff --git a/include/user/paf.h b/include/user/paf.h index 1bcb90b..75b2c9d 100644 --- a/include/user/paf.h +++ b/include/user/paf.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_PAF_H_ -#define _PSP2_PAF_H_ +#ifndef _VDSUITE_USER_PAF_H +#define _VDSUITE_USER_PAF_H #include <stdarg.h> #include <wchar.h> @@ -118,5 +118,5 @@ ScePafString *scePafCesUtf16CharToUtf8WithAlloc(const SceWChar16 *utf16, ScePafS } #endif -#endif /* _PSP2_PAF_H_ */ +#endif /* _VDSUITE_USER_PAF_H */ diff --git a/include/user/power.h b/include/user/power.h index 27b88af..bb5b068 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_POWER_H_ -#define _PSP2_POWER_H_ +#ifndef _VDSUITE_USER_POWER_H +#define _VDSUITE_USER_POWER_H #include_next <power.h> @@ -205,4 +205,4 @@ int scePowerGetUsingWireless(void); } #endif -#endif /* _PSP2_POWER_H_ */ +#endif /* _VDSUITE_USER_POWER_H */ diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index ba5a0ce..e5d1d68 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_PROMOTERUTIL_H_ -#define _PSP2_PROMOTERUTIL_H_ +#ifndef _VDSUITE_USER_PROMOTERUTIL_H +#define _VDSUITE_USER_PROMOTERUTIL_H #include <stdint.h> @@ -124,4 +124,4 @@ int scePromoterUtilityCheckExist(const char *titleid, int *res); } #endif -#endif /* _PSP2_PROMOTERUTIL_H_ */ +#endif /* _VDSUITE_USER_PROMOTERUTIL_H */ diff --git a/include/user/pss.h b/include/user/pss.h index 6158cff..3ad7d2c 100644 --- a/include/user/pss.h +++ b/include/user/pss.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_PSS_H_ -#define _PSP2_PSS_H_ +#ifndef _VDSUITE_USER_PSS_H +#define _VDSUITE_USER_PSS_H #include <stdint.h> #include <scetypes.h> @@ -31,5 +31,5 @@ void pss_code_mem_unlock(void); } #endif -#endif /* _PSP2_PSS_H_ */ +#endif /* _VDSUITE_USER_PSS_H */ diff --git a/include/user/registrymgr.h b/include/user/registrymgr.h index 87672b6..847277b 100644 --- a/include/user/registrymgr.h +++ b/include/user/registrymgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_REGISTRYMGR_H_ -#define _PSP2_REGISTRYMGR_H_ +#ifndef _VDSUITE_USER_REGISTRYMGR_H +#define _VDSUITE_USER_REGISTRYMGR_H #include <scetypes.h> @@ -214,4 +214,4 @@ SceInt32 sceRegMgrUtilitySetStr(SceUInt32 id, const char *buf, SceSize size); } #endif -#endif /* _PSP2_REGISTRYMGR_H_ */ +#endif /* _VDSUITE_USER_REGISTRYMGR_H */ diff --git a/include/user/sas.h b/include/user/sas.h index 88ed7a9..a0b6969 100644 --- a/include/user/sas.h +++ b/include/user/sas.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_SAS_H_ -#define _DOLCESDK_PSP2_SAS_H_ +#ifndef _VDSUITE_USER_SAS_H +#define _VDSUITE_USER_SAS_H #include_next <sas.h> @@ -54,4 +54,4 @@ SceSasResult sceSasSetEffectParamInternal(SceUID sasCoreId, SceUInt32 delayTime, } #endif -#endif /* _DOLCESDK_PSP2_SAS_H_ */ +#endif /* _VDSUITE_USER_SAS_H */ diff --git a/include/user/sblacmgr.h b/include/user/sblacmgr.h index a9d7944..19da6bd 100644 --- a/include/user/sblacmgr.h +++ b/include/user/sblacmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_SBLACMGR_H_ -#define _PSP2_SBLACMGR_H_ +#ifndef _VDSUITE_USER_SBLACMGR_H +#define _VDSUITE_USER_SBLACMGR_H #ifdef __cplusplus extern "C" { @@ -15,4 +15,4 @@ int _sceSblACMgrIsGameProgram(void); } #endif -#endif /* _PSP2_SBLACMGR_H_ */ +#endif /* _VDSUITE_USER_SBLACMGR_H */ diff --git a/include/user/shacccg.h b/include/user/shacccg.h index 6de3606..94c3053 100644 --- a/include/user/shacccg.h +++ b/include/user/shacccg.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_SHACCCG_H_ -#define _DOLCESDK_PSP2_SHACCCG_H_ +#ifndef _VDSUITE_USER_SHACCCG_H +#define _VDSUITE_USER_SHACCCG_H #include <shacccg/types.h> #include <shacccg/paramquery.h> @@ -127,4 +127,4 @@ int32_t sceShaccCgSetMemAllocator( } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_SHACCCG_H_ */ +#endif /* _VDSUITE_USER_SHACCCG_H */ diff --git a/include/user/shacccg/paramquery.h b/include/user/shacccg/paramquery.h index add4fe1..4b3e2fc 100644 --- a/include/user/shacccg/paramquery.h +++ b/include/user/shacccg/paramquery.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_SHACCCG_PARAMQUERY_H_ -#define _DOLCESDK_PSP2_SHACCCG_PARAMQUERY_H_ +#ifndef _VDSUITE_USER_SHACCCG_PARAMQUERY_H +#define _VDSUITE_USER_SHACCCG_PARAMQUERY_H #include <stdint.h> @@ -528,4 +528,4 @@ SceShaccCgParameterBaseType sceShaccCgGetSamplerQueryFormatPrecision( } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_SHACCCG_PARAMQUERY_H_ */ +#endif /* _VDSUITE_USER_SHACCCG_PARAMQUERY_H */ diff --git a/include/user/shacccg/types.h b/include/user/shacccg/types.h index e3031e3..4d0520a 100644 --- a/include/user/shacccg/types.h +++ b/include/user/shacccg/types.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_SHACCCG_TYPES_H_ -#define _DOLCESDK_PSP2_SHACCCG_TYPES_H_ +#ifndef _VDSUITE_USER_SHACCCG_TYPES_H +#define _VDSUITE_USER_SHACCCG_TYPES_H #include <stddef.h> #include <stdint.h> @@ -450,4 +450,4 @@ void sceShaccCgInitializeCallbackList( } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_SHACCCG_TYPES_H_ */ +#endif /* _VDSUITE_USER_SHACCCG_TYPES_H */ diff --git a/include/user/shellsvc.h b/include/user/shellsvc.h index f07393b..b171b8a 100644 --- a/include/user/shellsvc.h +++ b/include/user/shellsvc.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_SHELLSVC_H_ -#define _DOLCESDK_PSP2_SHELLSVC_H_ +#ifndef _VDSUITE_USER_SHELLSVC_H +#define _VDSUITE_USER_SHELLSVC_H #include <scetypes.h> @@ -179,5 +179,5 @@ SceShellSvcSvcObj *sceShellSvcGetSvcObj(void); } #endif -#endif /* _DOLCESDK_PSP2_SHELLSVC_H_ */ +#endif /* _VDSUITE_USER_SHELLSVC_H */ diff --git a/include/user/trigger_util.h b/include/user/trigger_util.h index af6f56b..3b6f582 100644 --- a/include/user/trigger_util.h +++ b/include/user/trigger_util.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_TRIGGER_UTIL_H_ -#define _DOLCESDK_PSP2_TRIGGER_UTIL_H_ +#ifndef _VDSUITE_USER_TRIGGER_UTIL_H +#define _VDSUITE_USER_TRIGGER_UTIL_H #include <rtc.h> #include <scetypes.h> @@ -232,4 +232,4 @@ int sceTriggerUtilGetRegisteredSystemTitleIdList(char* buffer, int *numOfIds); } #endif /* __cplusplus */ -#endif /* _DOLCESDK_PSP2_TRIGGER_UTIL_H_ */ +#endif /* _VDSUITE_USER_TRIGGER_UTIL_H */ diff --git a/include/user/udcd.h b/include/user/udcd.h index efb4b94..2371056 100644 --- a/include/user/udcd.h +++ b/include/user/udcd.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_UDCD_H_ -#define _PSP2_UDCD_H_ +#ifndef _VDSUITE_USER_UDCD_H +#define _VDSUITE_USER_UDCD_H #include <stdint.h> #include <scetypes.h> @@ -116,4 +116,4 @@ int sceUdcdWaitState(SceUdcdWaitParam *waitParam, unsigned int timeout); } #endif -#endif /* _PSP2_UDCD_H_ */ +#endif /* _VDSUITE_USER_UDCD_H */ diff --git a/include/user/usbd.h b/include/user/usbd.h index 4c3f680..e066230 100644 --- a/include/user/usbd.h +++ b/include/user/usbd.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_USBD_H_ -#define _PSP2_USBD_H_ +#ifndef _VDSUITE_USER_USBD_H +#define _VDSUITE_USER_USBD_H #include <scetypes.h> @@ -90,4 +90,4 @@ int sceUsbdAttachCompositeLdd(SceUID, unsigned char unk[0x14]); } #endif -#endif /* _PSP2_USBD_H_ */ +#endif /* _VDSUITE_USER_USBD_H */ diff --git a/include/user/usbserial.h b/include/user/usbserial.h index 25a07e3..53bb04d 100644 --- a/include/user/usbserial.h +++ b/include/user/usbserial.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_USBSERIAL_H_ -#define _PSP2_USBSERIAL_H_ +#ifndef _VDSUITE_USER_USBSERIAL_H +#define _VDSUITE_USER_USBSERIAL_H #ifdef __cplusplus extern "C" { @@ -82,4 +82,5 @@ unsigned int sceUsbSerialRecv(void *buffer, unsigned int max_len, int unk1, int #ifdef __cplusplus } #endif -#endif + +#endif /* _VDSUITE_USER_USBSERIAL_H */ diff --git a/include/user/usbstorvstor.h b/include/user/usbstorvstor.h index 84b0389..44713df 100644 --- a/include/user/usbstorvstor.h +++ b/include/user/usbstorvstor.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_USBSTORVSTOR_H_ -#define _PSP2_USBSTORVSTOR_H_ +#ifndef _VDSUITE_USER_USBSTORVSTOR_H +#define _VDSUITE_USER_USBSTORVSTOR_H #ifdef __cplusplus extern "C" { @@ -53,4 +53,4 @@ int sceUsbstorVStorStop(void); } #endif -#endif /* _PSP2_USBSTORVSTOR_H_ */ +#endif /* _VDSUITE_USER_USBSTORVSTOR_H */ diff --git a/include/user/videodec.h b/include/user/videodec.h index 51d44a3..9af6bde 100644 --- a/include/user/videodec.h +++ b/include/user/videodec.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_VIDEODEC_H_ -#define _DOLCESDK_PSP2_VIDEODEC_H_ +#ifndef _VDSUITE_USER_VIDEODEC_H +#define _VDSUITE_USER_VIDEODEC_H #include_next <videodec.h> @@ -34,5 +34,5 @@ extern SceInt32 sceVideodecInitLibraryWithUnmapMemNongameapp(SceUInt32 codecType } #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ -#endif /* _DOLCESDK_PSP2_VIDEODEC_H_ */ +#endif /* _VDSUITE_USER_VIDEODEC_H */ diff --git a/include/user/videoexport.h b/include/user/videoexport.h index 4b95850..1522b37 100644 --- a/include/user/videoexport.h +++ b/include/user/videoexport.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_VIDEO_EXPORT_H_ -#define _PSP2_VIDEO_EXPORT_H_ +#ifndef _VDSUITE_USER_VIDEOEXPORT_H +#define _VDSUITE_USER_VIDEOEXPORT_H #ifdef __cplusplus extern "C" { @@ -39,4 +39,4 @@ int sceVideoExportFromFile(const VideoExportInputParam* in_param, int unk, void* } #endif -#endif /* _PSP2_VIDEO_EXPORT_H_ */ +#endif /* _VDSUITE_USER_VIDEOEXPORT_H */ diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h index a31c748..c3a5b9a 100644 --- a/include/user/vshbridge.h +++ b/include/user/vshbridge.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_VSHBRIDGE_H_ -#define _PSP2_VSHBRIDGE_H_ +#ifndef _VDSUITE_USER_VSHBRIDGE_H +#define _VDSUITE_USER_VSHBRIDGE_H #include <kernel/modulemgr.h> @@ -106,4 +106,4 @@ int vshRemovableMemoryGetCardInsertState(void); } #endif -#endif /* _PSP2_VSHBRIDGE_H_ */ +#endif /* _VDSUITE_USER_VSHBRIDGE_H */ |