aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/smp.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-05-20 16:11:38 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-05-20 16:11:38 +0000
commit0f33dc7b6f20ef94ce3ceabf90806f999f20a112 (patch)
treefd41b97d654676c5be922991b0e117530d1ae483 /sys/sys/smp.h
parentf7c81a5182e30bbb706c8825d3e17ee53c583674 (diff)
downloadsrc-0f33dc7b6f20ef94ce3ceabf90806f999f20a112.tar.gz
src-0f33dc7b6f20ef94ce3ceabf90806f999f20a112.zip
Forward declare struct thread.
Notes
Notes: svn path=/head/; revision=96999
Diffstat (limited to 'sys/sys/smp.h')
-rw-r--r--sys/sys/smp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index 21c67f4054fe..9fe9faf96bef 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -48,6 +48,8 @@ extern u_int mp_maxid;
* cpu_mp_announce() will be called so that machine dependent messages about
* the MP support may be output to the console if desired.
*/
+struct thread;
+
void cpu_mp_announce(void);
int cpu_mp_probe(void);
void cpu_mp_start(void);