From a512c73dd92549475ccc90cd7a5bf3482142733a Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Wed, 29 Nov 2017 23:38:29 +0100 Subject: 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 --- include/kernel/ctrl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/kernel/ctrl.h') diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h index aa9f367..5d5dcf9 100644 --- a/include/kernel/ctrl.h +++ b/include/kernel/ctrl.h @@ -1,5 +1,5 @@ -#ifndef _PSP2_KERNEL_CTRL_H_ -#define _PSP2_KERNEL_CTRL_H_ +#ifndef _PSP2_KERN_CTRL_H_ +#define _PSP2_KERN_CTRL_H_ #include @@ -14,7 +14,7 @@ typedef enum SceCtrlErrorCode { } SceCtrlErrorCode; /** Enumeration for the digital controller buttons. - * @note - L1/R1/L3/R3 only can bind using ::sceCtrlReadBufferPositiveExt2 + * @note - L1/R1/L3/R3 only can bind using ::sceCtrlReadBufferPositiveExt2 */ typedef enum SceCtrlButtons { SCE_CTRL_SELECT = 0x00000001, //!< Select button. @@ -295,4 +295,4 @@ int sceCtrlRegisterVirtualControllerDriver(SceCtrlVirtualControllerDriver *drive } #endif -#endif /* _PSP2CTRL_H_ */ +#endif /* _PSP2_KERN_CTRL_H_ */ -- cgit v1.2.3