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/ia64/include/pcb.h | |
| parent | 0aefe3632ecf2a584bb5edca9652b8fc3340f4fc (diff) | |
Notes
Diffstat (limited to 'sys/ia64/include/pcb.h')
| -rw-r--r-- | sys/ia64/include/pcb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ia64/include/pcb.h b/sys/ia64/include/pcb.h index 23d7e504c0127..d018127561b7d 100644 --- a/sys/ia64/include/pcb.h +++ b/sys/ia64/include/pcb.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Doug Rabson + * Copyright (c) 2003,2004 Marcel Moolenaar * Copyright (c) 2000 Doug Rabson * All rights reserved. * @@ -59,6 +59,10 @@ struct pcb { #ifdef _KERNEL #define savectx(p) swapctx(p, NULL) + +struct trapframe; + +void makectx(struct trapframe *, struct pcb *); void restorectx(struct pcb *) __dead2; int swapctx(struct pcb *old, struct pcb *new); |
