diff --git a/sys/arch/mips/include/sysarch.h b/sys/arch/mips/include/sysarch.h index 223f8245a763..9c62b043bf5a 100644 --- a/sys/arch/mips/include/sysarch.h +++ b/sys/arch/mips/include/sysarch.h @@ -1,4 +1,4 @@ -/* $NetBSD: sysarch.h,v 1.4 2002/03/05 14:12:30 simonb Exp $ */ +/* $NetBSD: sysarch.h,v 1.5 2002/07/19 03:13:55 simonb Exp $ */ #ifndef _MIPS_SYSARCH_H_ #define _MIPS_SYSARCH_H_ @@ -9,7 +9,6 @@ #define MIPS_CACHEFLUSH 0 #define MIPS_CACHECTL 1 - struct mips_cacheflush_args { vaddr_t va; int nbytes; @@ -24,6 +23,5 @@ struct mips_cachectl_args { #ifndef _KERNEL int sysarch(int, void *); -#endif - +#endif /* !_KERNEL */ #endif /* !_MIPS_SYSARCH_H_ */