summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-27 16:22:19 +0000
committermarius <marius@FreeBSD.org>2011-11-27 16:22:19 +0000
commit0fa74f406f34f12d7f74a1d862daa4904be6ac71 (patch)
tree33efc5946f7918ba76a2133f4532ca64ec7ec233 /sys/pc98/pc98
parent335e36fbb5abf448cd21b0f7f1c0c727804e997e (diff)
downloadFreeBSD-src-0fa74f406f34f12d7f74a1d862daa4904be6ac71.zip
FreeBSD-src-0fa74f406f34f12d7f74a1d862daa4904be6ac71.tar.gz
Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h
where the prototype for pc98_ata_disk_firmware_geom_adjust() also lives in order to avoid an #ifdef'ed include in cam(4).
Diffstat (limited to 'sys/pc98/pc98')
-rw-r--r--sys/pc98/pc98/pc98_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h
index 6113f14..6cbdaad 100644
--- a/sys/pc98/pc98/pc98_machdep.h
+++ b/sys/pc98/pc98/pc98_machdep.h
@@ -33,9 +33,6 @@
void pc98_init_dmac(void);
unsigned int pc98_getmemsize(unsigned *, unsigned *);
-struct ccb_calc_geometry;
-int scsi_da_bios_params(struct ccb_calc_geometry *);
-
#define PC98_VECTOR_SIZE (0x400)
#define PC98_SYSTEM_PARAMETER_SIZE (0x240)
#define PC98_SAVE_AREA (0xa1000)
OpenPOWER on IntegriCloud