diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/libbug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/libbug.h b/sys/arch/mvme88k/stand/libbug/libbug.h index 005ae94b617..5c9a98d4965 100644 --- a/sys/arch/mvme88k/stand/libbug/libbug.h +++ b/sys/arch/mvme88k/stand/libbug/libbug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libbug.h,v 1.4 2006/05/16 22:51:30 miod Exp $ */ +/* $OpenBSD: libbug.h,v 1.5 2006/05/17 06:21:33 miod Exp $ */ /* * prototypes and such. note that get/put char are in stand.h @@ -7,7 +7,7 @@ void mvmeprom_delay(int); int mvmeprom_diskrd(struct mvmeprom_dskio *); int mvmeprom_diskwr(struct mvmeprom_dskio *); -struct mvmeprom_brdid *mvmeprom_getbrdid(void); +struct mvmeprom_brdid *mvmeprom_brdid(void); int mvmeprom_netfopen(struct mvmeprom_netfopen *); int mvmeprom_netfread(struct mvmeprom_netfread *); void mvmeprom_outln(char *, char *); |