From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- linux/src/include/scsi/scsicam.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 linux/src/include/scsi/scsicam.h (limited to 'linux/src/include/scsi/scsicam.h') diff --git a/linux/src/include/scsi/scsicam.h b/linux/src/include/scsi/scsicam.h new file mode 100644 index 0000000..954e140 --- /dev/null +++ b/linux/src/include/scsi/scsicam.h @@ -0,0 +1,17 @@ +/* + * scsicam.h - SCSI CAM support functions, use for HDIO_GETGEO, etc. + * + * Copyright 1993, 1994 Drew Eckhardt + * Visionary Computing + * (Unix and Linux consulting and custom programming) + * drew@Colorado.EDU + * +1 (303) 786-7975 + * + * For more information, please consult the SCSI-CAM draft. + */ + +#ifndef SCSICAM_H +#define SCSICAM_H +#include +extern int scsicam_bios_param (Disk *disk, kdev_t dev, int *ip); +#endif /* def SCSICAM_H */ -- cgit v1.2.1