diff options
Diffstat (limited to 'include/common/kernel')
-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 |
6 files changed, 24 insertions, 0 deletions
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_ |