summaryrefslogtreecommitdiff
path: root/include/kernel/bt.h
diff options
context:
space:
mode:
authorSergi Granell2017-11-29 23:38:29 +0100
committerdevnoname1202017-11-29 23:38:29 +0100
commita512c73dd92549475ccc90cd7a5bf3482142733a (patch)
treec2083e3307b6effddfb910d7960c60fcce346b4b /include/kernel/bt.h
parentAdd kscePervasiveUartSetBaudrate NID (diff)
downloadvds-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/bt.h')
-rw-r--r--include/kernel/bt.h3
1 files changed, 2 insertions, 1 deletions
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_ */