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/bt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/kernel/bt.h') diff --git a/include/kernel/bt.h b/include/kernel/bt.h index be85864..32dc38c 100644 --- a/include/kernel/bt.h +++ b/include/kernel/bt.h @@ -337,4 +337,5 @@ int sceBtUnregisterCallback(SceUID cb); #ifdef __cplusplus } #endif -#endif + +#endif /* _PSP2_KERNEL_BT_H_ */ -- cgit v1.2.3