summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
commitb1b8768e6a30f06704cfedaeae8f3397ad760a4e (patch)
tree3fb1646e6a554000fd088d88399afcd049cea7e9 /sys/sys/proc.h
parentc19ab2dab1da14de3c443a8c43b01233a5587bf8 (diff)
downloadFreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.zip
FreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.tar.gz
Prototypes, prototypes and even more prototypes. Not quite done yet, but
getting closer all the time.
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index a171b57..0ef0b51 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)proc.h 8.8 (Berkeley) 1/21/94
- * $Id: proc.h,v 1.9 1994/10/02 04:45:58 davidg Exp $
+ * $Id: proc.h,v 1.10 1994/10/02 08:34:47 davidg Exp $
*/
#ifndef _SYS_PROC_H_
@@ -263,10 +263,14 @@ void mi_switch __P((void));
void resetpriority __P((struct proc *));
void setrunnable __P((struct proc *));
void setrunqueue __P((struct proc *));
+void remrq __P((struct proc *));
+void cpu_switch __P((struct proc *));
void sleep __P((void *chan, int pri));
int tsleep __P((void *chan, int pri, char *wmesg, int timo));
void unsleep __P((struct proc *));
void wakeup __P((void *chan));
+__dead void cpu_exit __P((struct proc *));
+__dead void exit1 __P((struct proc *, int));
#endif /* KERNEL */
OpenPOWER on IntegriCloud