diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-29 16:02:57 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-29 16:02:57 +0100 |
commit | cb2103879e7e1cb869ed1eb8455c468a756e7ef0 (patch) | |
tree | c0affb57a08cecb87ef00539ddf4d7a93cc759be /sys/src/9/zynq/fns.h | |
parent | e08cc065177138fe821abb84dc6381fd0400e944 (diff) |
zymq: lilu dallas, multicore
implement multiprocessor support.
Diffstat (limited to 'sys/src/9/zynq/fns.h')
-rw-r--r-- | sys/src/9/zynq/fns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/zynq/fns.h b/sys/src/9/zynq/fns.h index 8c2950a1e..962100aef 100644 --- a/sys/src/9/zynq/fns.h +++ b/sys/src/9/zynq/fns.h @@ -9,6 +9,7 @@ uintptr cankaddr(uintptr); void procsave(Proc *); void procrestore(Proc *); void idlehands(void); +void sendevent(void); void coherence(void); void procfork(Proc *); void procsetup(Proc *); @@ -37,7 +38,9 @@ uintptr getdfar(void); void links(void); void* vmap(uintptr, ulong); void timerinit(void); +void synccycles(void); void setpmcr(ulong); +void setpmcnten(ulong); void* tmpmap(uintptr); void tmpunmap(void*); void flushpg(void *); |