aboutsummaryrefslogtreecommitdiff
path: root/emu/port
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2020-06-15 07:50:02 +0300
committerbhgv <bhgv.empire@gmail.com>2020-06-15 07:50:02 +0300
commit9477d7988480fc5f1040e9c13877e38f79198e0c (patch)
tree29e21e718815737c75cdab2c9310c06362abc7b5 /emu/port
parent29cea60e3fae0a5e6b758aab62bfc5d160153576 (diff)
sup. FreeRTOS riscV-64 (k210 cpu). 6th stepHEADmaster
Diffstat (limited to 'emu/port')
-rw-r--r--emu/port/fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h
index 9ff80f2..75960e4 100644
--- a/emu/port/fns.h
+++ b/emu/port/fns.h
@@ -30,7 +30,7 @@ Dir* chandirstat(Chan*);
void cinit(void);
char* clipread(void);
int clipwrite(char*);
-void (*coherence)(void);
+extern void (*coherence)(void);
void copen(Chan*);
void cmderror(Cmdbuf*, char*);
Block* concatblock(Block*);