summaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-07-10 19:56:00 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-07-10 19:56:00 +0000
commit5a39cbaf691680e0efa60ed8fa28fa9f1232ecaa (patch)
treeef114b5aee4601f2523b9d10bcaef23b379b7b6a /sys/amd64/include/pcb.h
parent0aefe3632ecf2a584bb5edca9652b8fc3340f4fc (diff)
Notes
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 73d8aa558795..305b7ff895fe 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -78,6 +78,9 @@ struct pcb {
};
#ifdef _KERNEL
+struct trapframe;
+
+void makectx(struct trapframe *, struct pcb *);
void savectx(struct pcb *);
#endif