diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-09-02 22:42:27 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-09-02 22:42:27 +0000 |
commit | fce5c3c267c022e7ebc25e85403ff8b4a6bf24a4 (patch) | |
tree | a4bc2b577835eb1b181fbc2c45ca4514ed251355 /sys/arch/i386/stand/libsa/biosdev.h | |
parent | f3870775c4bccd46e64cfc47ea5ebe1e68629556 (diff) |
Add "machine diskinfo" command. Needs work.
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h index 3305ae729a4..b0843581915 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.18 1997/08/13 14:24:01 niklas Exp $ */ +/* $OpenBSD: biosdev.h,v 1.19 1997/09/02 22:42:26 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,6 +41,8 @@ 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); + /* bioscons.c */ void pc_probe __P((struct consdev *)); |