diff options
author | Gleb O. Raiko <raiko@niisi.msk.ru> | 1999-10-07 07:27:43 +0000 |
---|---|---|
committer | Gleb O. Raiko <raiko@niisi.msk.ru> | 1999-10-07 07:27:43 +0000 |
commit | 4c5d3a202c100c1a07ad373d3966c630da76d891 (patch) | |
tree | afb125f4320abfa1db5bd1e33ffb4983069ea901 /include | |
parent | 0ae8dceaebe3659ee0c3352c08125f403e77ebca (diff) |
Add wbflush_setup prototype
Diffstat (limited to 'include')
-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 */ |