diff options
author | devnoname120 | 2018-08-17 00:34:22 +0200 |
---|---|---|
committer | GitHub | 2018-08-17 00:34:22 +0200 |
commit | a12fd3dfeb9935ca0e70360a463a64026d6235ee (patch) | |
tree | 3727317fd436c912a0168134870bfadd96f26243 /include/kernel/lowio/pervasive.h | |
parent | fixed forgotten datatype declaration + creation (diff) | |
parent | Fix broken headers (diff) | |
download | vds-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.h | 2 |
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); |