summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-05-28 07:36:36 +0000
committerbenno <benno@FreeBSD.org>2002-05-28 07:36:36 +0000
commit56b6a77a908eea1194bbcb970e212bbb2eab2671 (patch)
treed5946132a18b8b53b8e4d5b7d123adcf74c5fbb0 /sys/powerpc/include/cpu.h
parenteddf946bef3d95ca4a0b33e63b9fd6678d538861 (diff)
downloadFreeBSD-src-56b6a77a908eea1194bbcb970e212bbb2eab2671.zip
FreeBSD-src-56b6a77a908eea1194bbcb970e212bbb2eab2671.tar.gz
Move the kcopy() function from trap.c to machdep.c. Add a prototype.
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