From b9b2334acd76b54749905eb72032fcfd1754b967 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Wed, 3 Sep 1997 04:32:45 +0000 Subject: 1st part of pretty "machine diskinfo" stuff --- sys/arch/i386/stand/libsa/biosdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/libsa/biosdev.h') diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h index b0843581915..eca8f947751 100644 --- a/sys/arch/i386/stand/libsa/biosdev.h +++ b/sys/arch/i386/stand/libsa/biosdev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.h,v 1.19 1997/09/02 22:42:26 weingart Exp $ */ +/* $OpenBSD: biosdev.h,v 1.20 1997/09/03 04:32:43 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ int biosstrategy __P((void *, int, daddr_t, size_t, void *, size_t *)); int biosopen __P((struct open_file *, ...)); int biosclose __P((struct open_file *)); int biosioctl __P((struct open_file *, u_long, void *)); -u_int16_t biosdinfo(int); +u_int32_t biosdinfo(int); /* bioscons.c */ -- cgit v1.2.3