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/alpha/include | |
| parent | 0aefe3632ecf2a584bb5edca9652b8fc3340f4fc (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/pcb.h b/sys/alpha/include/pcb.h index 982e97b458b3..4375ef2f66db 100644 --- a/sys/alpha/include/pcb.h +++ b/sys/alpha/include/pcb.h @@ -58,6 +58,7 @@ struct pcb { }; #ifdef _KERNEL +void makectx(struct trapframe *, struct pcb *); void savectx(struct pcb *); #endif |
