Prototype makectx().

This commit is contained in:
Olivier Houchard 2004-07-12 21:19:22 +00:00
parent ad9e08c34b
commit 33f588f13b

View File

@ -91,6 +91,8 @@ struct md_coredump {
int md_empty;
};
void makectx(struct trapframe *tf, struct pcb *pcb);
#ifdef _KERNEL
extern struct pcb *curpcb;
void savectx(struct pcb *);