diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-02-19 23:07:14 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-02-19 23:07:14 +0000 |
| commit | cf06aa7c034de38b404ff1adcaaa9667ea11bba2 (patch) | |
| tree | 2240fa3c2d3413334296e150272d961dfa2c3709 /sys/arch/mips/include/cpu.h | |
| parent | c5862712ae41728f18a891d56949c85e4a2b7919 (diff) | |
Prototype dumpsys() and savectx().
Diffstat (limited to 'sys/arch/mips/include/cpu.h')
| -rw-r--r-- | sys/arch/mips/include/cpu.h | 9 |
1 files changed, 8 insertions, 1 deletions
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). |
