diff options
author | Sergi Granell | 2017-11-29 23:38:29 +0100 |
---|---|---|
committer | devnoname120 | 2017-11-29 23:38:29 +0100 |
commit | a512c73dd92549475ccc90cd7a5bf3482142733a (patch) | |
tree | c2083e3307b6effddfb910d7960c60fcce346b4b /include/kernel/lowio/i2c.h | |
parent | Add kscePervasiveUartSetBaudrate NID (diff) | |
download | vds-libraries-a512c73dd92549475ccc90cd7a5bf3482142733a.tar.gz |
Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255)
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits
* Fix psp2kern/power.h kernelgroup
* Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h
* Add missing docs
* Documentation improvements
Diffstat (limited to 'include/kernel/lowio/i2c.h')
-rw-r--r-- | include/kernel/lowio/i2c.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index 5a49f77..961f1df 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -1,5 +1,5 @@ -#ifndef _PSP2_LOWIO_I2C_H_ -#define _PSP2_LOWIO_I2C_H_ +#ifndef _PSP2_KERN_LOWIO_I2C_H_ +#define _PSP2_KERN_LOWIO_I2C_H_ #include <psp2kern/types.h> @@ -38,5 +38,5 @@ int sceI2cSetDebugHandlers(int bus, SceI2cDebugHandlers *debug_handlers); } #endif -#endif /* _PSP2_LOWIO_I2C_H_ */ +#endif /* _PSP2_KERN_LOWIO_I2C_H_ */ |