diff options
author | Reiko Asakura | 2021-02-11 21:09:09 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-11 21:09:09 -0500 |
commit | 8a9e39273581ebbba722b635b225a9b611d5f48f (patch) | |
tree | 1b1253c3ff0ded5f2961576fdcde1dd477293349 /include/common | |
parent | Fix includes: various (diff) | |
download | vds-libraries-8a9e39273581ebbba722b635b225a9b611d5f48f.tar.gz |
Add package workflow
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/appmgr.h | 4 | ||||
-rw-r--r-- | include/common/ctrl.h | 4 | ||||
-rw-r--r-- | include/common/kernel/cpu.h | 4 | ||||
-rw-r--r-- | include/common/kernel/dmacmgr.h | 4 | ||||
-rw-r--r-- | include/common/kernel/iofilemgr.h | 4 | ||||
-rw-r--r-- | include/common/kernel/iofilemgr_async.h | 4 | ||||
-rw-r--r-- | include/common/kernel/iofilemgr_stat.h | 4 | ||||
-rw-r--r-- | include/common/kernel/threadmgr.h | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/include/common/appmgr.h b/include/common/appmgr.h index a09838e..d286bc7 100644 --- a/include/common/appmgr.h +++ b/include/common/appmgr.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_APPMGR_H_ #define _DOLCESDK_PSP2COMMON_APPMGR_H_ diff --git a/include/common/ctrl.h b/include/common/ctrl.h index 98c717d..a592e0f 100644 --- a/include/common/ctrl.h +++ b/include/common/ctrl.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + /* -*- mode: c; tab-width: 4; indent-tabs-mode: t; -*- */ /* * diff --git a/include/common/kernel/cpu.h b/include/common/kernel/cpu.h index 1ace9a3..bef0ba9 100644 --- a/include/common/kernel/cpu.h +++ b/include/common/kernel/cpu.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_KERNEL_CPU_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_CPU_H_ diff --git a/include/common/kernel/dmacmgr.h b/include/common/kernel/dmacmgr.h index 17b92bb..cce0967 100644 --- a/include/common/kernel/dmacmgr.h +++ b/include/common/kernel/dmacmgr.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _VDSUITE_COMMON_KERNEL_DMACMGR_H #define _VDSUITE_COMMON_KERNEL_DMACMGR_H diff --git a/include/common/kernel/iofilemgr.h b/include/common/kernel/iofilemgr.h index a7c0efb..2384716 100644 --- a/include/common/kernel/iofilemgr.h +++ b/include/common/kernel/iofilemgr.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_H_ diff --git a/include/common/kernel/iofilemgr_async.h b/include/common/kernel/iofilemgr_async.h index 886e523..4c4a4ae 100644 --- a/include/common/kernel/iofilemgr_async.h +++ b/include/common/kernel/iofilemgr_async.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_ASYNC_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_ASYNC_H_ diff --git a/include/common/kernel/iofilemgr_stat.h b/include/common/kernel/iofilemgr_stat.h index 0a1d832..1b8c7e8 100644 --- a/include/common/kernel/iofilemgr_stat.h +++ b/include/common/kernel/iofilemgr_stat.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_ diff --git a/include/common/kernel/threadmgr.h b/include/common/kernel/threadmgr.h index a075c0f..61b99a5 100644 --- a/include/common/kernel/threadmgr.h +++ b/include/common/kernel/threadmgr.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _DOLCESDK_PSP2COMMON_KERNEL_THREADMGR_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_THREADMGR_H_ |