From cf06aa7c034de38b404ff1adcaaa9667ea11bba2 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 19 Feb 1998 23:07:14 +0000 Subject: Prototype dumpsys() and savectx(). --- sys/arch/mips/include/cpu.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/mips/include/cpu.h b/sys/arch/mips/include/cpu.h index 12a7708cb7b..5eeba98097d 100644 --- a/sys/arch/mips/include/cpu.h +++ b/sys/arch/mips/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.22 1997/06/22 07:42:48 jonathan Exp $ */ +/* $NetBSD: cpu.h,v 1.23 1998/02/19 23:07:14 thorpej Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -155,6 +155,13 @@ int want_resched; /* resched() was called */ { "console_device", CTLTYPE_STRUCT }, \ } +/* + * Misc prototypes. + */ +struct user; + +void dumpsys __P((void)); +int savectx __P((struct user *)); /* * MIPS CPU types (cp_imp). -- cgit