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/kernel/lowio | |
parent | Fix includes: various (diff) | |
download | vds-libraries-8a9e39273581ebbba722b635b225a9b611d5f48f.tar.gz |
Add package workflow
Diffstat (limited to 'include/kernel/lowio')
-rw-r--r-- | include/kernel/lowio/dsi.h | 4 | ||||
-rw-r--r-- | include/kernel/lowio/gpio.h | 4 | ||||
-rw-r--r-- | include/kernel/lowio/i2c.h | 4 | ||||
-rw-r--r-- | include/kernel/lowio/iftu.h | 4 | ||||
-rw-r--r-- | include/kernel/lowio/pervasive.h | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h index 68f3d57..9a4879f 100644 --- a/include/kernel/lowio/dsi.h +++ b/include/kernel/lowio/dsi.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _PSP2_KERN_LOWIO_DSI_H_ #define _PSP2_KERN_LOWIO_DSI_H_ diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 7149d1e..17564b6 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _PSP2_KERN_LOWIO_GPIO_H_ #define _PSP2_KERN_LOWIO_GPIO_H_ diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index 3776169..3928891 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _PSP2_KERN_LOWIO_I2C_H_ #define _PSP2_KERN_LOWIO_I2C_H_ diff --git a/include/kernel/lowio/iftu.h b/include/kernel/lowio/iftu.h index 27efd9f..bafe02b 100644 --- a/include/kernel/lowio/iftu.h +++ b/include/kernel/lowio/iftu.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _PSP2_KERN_LOWIO_IFTU_H_ #define _PSP2_KERN_LOWIO_IFTU_H_ diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index 8103157..b16ee96 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -1,3 +1,7 @@ +/* + Vita Development Suite Libraries +*/ + #ifndef _PSP2_KERN_LOWIO_PERVASIVE_H_ #define _PSP2_KERN_LOWIO_PERVASIVE_H_ |