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