diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-16 16:59:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-16 16:59:36 +0000 |
commit | 8873a92acc493d4c0c7c4854fe70050f69ea3e21 (patch) | |
tree | 914ccdca4adf38291e80e4ba6c31323e2ea9be69 /sys/arch/aviion/stand/boot/scsi.h | |
parent | ec38e0639be1265c57a291d4c21a6583975459ff (diff) |
Support for oaic in the boot blocks. Cope with older prom putting a \r at
the end of the commandline. Clean up a few stale comments. Crank boot blocks
version to 0.3.
Diffstat (limited to 'sys/arch/aviion/stand/boot/scsi.h')
-rw-r--r-- | sys/arch/aviion/stand/boot/scsi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/aviion/stand/boot/scsi.h b/sys/arch/aviion/stand/boot/scsi.h index c29a47864f0..d54affbf6e4 100644 --- a/sys/arch/aviion/stand/boot/scsi.h +++ b/sys/arch/aviion/stand/boot/scsi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.h,v 1.3 2013/10/10 21:22:06 miod Exp $ */ +/* $OpenBSD: scsi.h,v 1.4 2013/10/16 16:59:34 miod Exp $ */ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> @@ -88,7 +88,11 @@ struct scsi_private { int part; }; +struct scsi_private * + scsi_initialize(const char *, int, int, int, int); + int scsi_tur(struct scsi_private *); int scsi_read(struct scsi_private *, daddr32_t, size_t, void *, size_t *); +#include "oaic.h" #include "oosiop.h" |