Add declaration.

This commit is contained in:
pk 1997-03-20 23:57:30 +00:00
parent 5704efd375
commit d79f5b1733
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cache.h,v 1.10 1997/03/20 21:16:20 pk Exp $ */
/* $NetBSD: cache.h,v 1.11 1997/03/20 23:57:30 pk Exp $ */
/*
* Copyright (c) 1996
@ -174,6 +174,7 @@ void srmmu_cache_flush __P((caddr_t, u_int));/* flush region */
void ms1_cache_flush __P((caddr_t, u_int));
void viking_pcache_flush_line __P((int, int));
void cypress_pcache_flush_line __P((int, int));
extern void sparc_noop __P((void));