diff options
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/bugio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/bugio.h b/sys/arch/mvme88k/include/bugio.h index 2f58b700b47..cdc62d71d66 100644 --- a/sys/arch/mvme88k/include/bugio.h +++ b/sys/arch/mvme88k/include/bugio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bugio.h,v 1.13 2002/03/14 01:26:39 millert Exp $ */ +/* $OpenBSD: bugio.h,v 1.14 2004/01/04 01:14:06 miod Exp $ */ #ifndef __MACHINE_BUGIO_H__ #define __MACHINE_BUGIO_H__ @@ -15,5 +15,6 @@ void bugoutstr(char *, char *); void bugrtcrd(struct mvmeprom_time *); void bugreturn(void); void bugbrdid(struct mvmeprom_brdid *); +void bugdiskrd(struct mvmeprom_dskio *); #endif /* __MACHINE_BUGIO_H__ */ |