diff options
| author | Sergi Granell | 2017-11-13 11:12:35 +0100 |
|---|---|---|
| committer | Sergi Granell | 2017-11-13 11:12:35 +0100 |
| commit | 1bb14e55027f167e871eb10057d778bcf4f44408 (patch) | |
| tree | 5df1c9afe3526c85994c0918a37454a988009015 /include/kernel/lowio | |
| parent | rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly (diff) | |
| download | vds-libraries-1bb14e55027f167e871eb10057d778bcf4f44408.tar.gz | |
Fix psp2kern/types.h include in psp2kern headers
Diffstat (limited to '')
| -rw-r--r-- | include/kernel/lowio/gpio.h | 2 | ||||
| -rw-r--r-- | include/kernel/lowio/i2c.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 9141d08..944acbd 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -1,7 +1,7 @@ #ifndef _PSP2_LOWIO_GPIO_H_ #define _PSP2_LOWIO_GPIO_H_ -#include <psp2/types.h> +#include <psp2kern/types.h> #ifdef __cplusplus extern "C" { diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index 1857798..5a49f77 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -1,7 +1,7 @@ #ifndef _PSP2_LOWIO_I2C_H_ #define _PSP2_LOWIO_I2C_H_ -#include <psp2/types.h> +#include <psp2kern/types.h> #ifdef __cplusplus extern "C" { |
