summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/biosdev.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-21 20:20:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-21 20:20:29 +0000
commit0baad62aa40e38780a98e1dff56467c9f5011457 (patch)
tree0e9b06b2199c368206aef918310116bab28b3acc /sys/arch/i386/stand/libsa/biosdev.h
parent63d060a62d84b4e8a55a2dfd461ac1b50528c505 (diff)
usleep testing code
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.h')
-rw-r--r--sys/arch/i386/stand/libsa/biosdev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h
index c20004f32d8..43dcbdc100f 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.5 1997/04/18 06:54:42 weingart Exp $ */
+/* $OpenBSD: biosdev.h,v 1.6 1997/04/21 20:20:27 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -50,7 +50,7 @@ int biosioctl __P((struct open_file *, u_long, void *));
/* biosdisk.S */
u_int16_t biosdinfo __P((int dev));
-int biosdreset __P((void));
+int biosdreset __P((void));
int biosread __P((int dev, int cyl, int hd, int sect, int nsect, void *));
int bioswrite __P((int dev, int cyl, int hd, int sect, int nsect, void *));
@@ -70,5 +70,5 @@ int com_ischar __P((void));
u_int biosmem __P((void));
/* biostime.S */
-void usleep __P((u_long));
+int usleep __P((u_long));
#endif