diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 19:56:00 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 19:56:00 +0000 |
| commit | 5a39cbaf691680e0efa60ed8fa28fa9f1232ecaa (patch) | |
| tree | ef114b5aee4601f2523b9d10bcaef23b379b7b6a /sys/amd64/include | |
| parent | 0aefe3632ecf2a584bb5edca9652b8fc3340f4fc (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/pcb.h | 3 |
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 |
