summaryrefslogtreecommitdiff
path: root/include/kernel/lowio/pervasive.h
diff options
context:
space:
mode:
authordevnoname1202018-08-17 00:08:15 +0200
committerdevnoname1202018-08-17 00:10:10 +0200
commitc4428d809564de2928a4b5646497faed7306ef36 (patch)
tree3727317fd436c912a0168134870bfadd96f26243 /include/kernel/lowio/pervasive.h
parentfixed forgotten datatype declaration + creation (diff)
downloadvds-libraries-c4428d809564de2928a4b5646497faed7306ef36.tar.gz
Fix broken headers
Diffstat (limited to 'include/kernel/lowio/pervasive.h')
-rw-r--r--include/kernel/lowio/pervasive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h
index ef91404..51bb72b 100644
--- a/include/kernel/lowio/pervasive.h
+++ b/include/kernel/lowio/pervasive.h
@@ -4,7 +4,7 @@
#include <psp2kern/types.h>
#ifdef __cplusplus
-"C" {
+extern "C" {
#endif
int scePervasiveUartClockDisable(int port);