diff options
Diffstat (limited to 'include/asm-mips/wbflush.h')
-rw-r--r-- | include/asm-mips/wbflush.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/wbflush.h b/include/asm-mips/wbflush.h index 3a0b8b8b3..31a367909 100644 --- a/include/asm-mips/wbflush.h +++ b/include/asm-mips/wbflush.h @@ -7,7 +7,7 @@ * * Copyright (c) 1998 Harald Koerfgen * - * $Id: wbflush.h,v 1.1 1999/07/26 19:46:00 harald Exp $ + * $Id: wbflush.h,v 1.2 1999/08/13 17:07:28 harald Exp $ */ #ifndef __ASM_MIPS_WBFLUSH_H #define __ASM_MIPS_WBFLUSH_H @@ -31,4 +31,6 @@ extern void (*__wbflush) (void); #endif +extern void wbflush_setup(void); + #endif /* __ASM_MIPS_WBFLUSH_H */ |