summaryrefslogtreecommitdiff
path: root/include/kernel/lowio/pervasive.h
diff options
context:
space:
mode:
authordevnoname1202018-08-17 00:34:22 +0200
committerGitHub2018-08-17 00:34:22 +0200
commita12fd3dfeb9935ca0e70360a463a64026d6235ee (patch)
tree3727317fd436c912a0168134870bfadd96f26243 /include/kernel/lowio/pervasive.h
parentfixed forgotten datatype declaration + creation (diff)
parentFix broken headers (diff)
downloadvds-libraries-a12fd3dfeb9935ca0e70360a463a64026d6235ee.tar.gz
Merge pull request #341 from vitasdk/ci-check-headers
ci: Compile headers to check their validity
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);