diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-28 10:40:43 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-28 10:40:43 +0000 |
| commit | 7a44ee6004672c6644c33847d86201f2a8c8acde (patch) | |
| tree | 4563c20363b82ab3aeea0df84ec436e4b13dedb5 /emu/port/fns.h | |
| parent | c2179f29df449f0f6eb42c703f2233bb1409fe59 (diff) | |
add coherence call for weakly-ordered cpus, default to nop
Diffstat (limited to 'emu/port/fns.h')
| -rw-r--r-- | emu/port/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h index be825d17..cf5834b7 100644 --- a/emu/port/fns.h +++ b/emu/port/fns.h @@ -20,6 +20,7 @@ Dir* chandirstat(Chan*); void cinit(void); char* clipread(void); int clipwrite(char*); +void (*coherence)(void); void copen(Chan*); void cmderror(Cmdbuf*, char*); Block* concatblock(Block*); |
