summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 1258887..36fc196 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -92,5 +92,6 @@ get_cyclecount(void)
void savectx(struct pcb *);
void fork_trampoline(void);
+int kcopy(const void *, void *, size_t);
#endif /* _MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud