summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98/pc98_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/pc98/pc98_machdep.h')
-rw-r--r--sys/pc98/pc98/pc98_machdep.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h
index 116043f..dfadc2d 100644
--- a/sys/pc98/pc98/pc98_machdep.h
+++ b/sys/pc98/pc98/pc98_machdep.h
@@ -31,9 +31,8 @@
void pc98_init_dmac __P((void));
void pc98_getmemsize __P((void));
-struct disk_parms;
-struct scsi_link;
-int sd_bios_parms __P((struct disk_parms *, struct scsi_link *));
+struct ccb_calc_geometry;
+int scsi_da_bios_params __P((struct ccb_calc_geometry *));
#define PC98_VECTOR_SIZE (0x400)
#define PC98_SYSTEM_PARAMETER_SIZE (0x230)
OpenPOWER on IntegriCloud