diff options
Diffstat (limited to 'include/kernel')
34 files changed, 102 insertions, 102 deletions
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 */ |