patch-1.3.5 linux/drivers/scsi/sd.h

Next file: linux/drivers/scsi/sd_ioctl.c
Previous file: linux/drivers/scsi/sd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.4/linux/drivers/scsi/sd.h linux/drivers/scsi/sd.h
@@ -1,16 +1,16 @@
 /*
- *	sd.h Copyright (C) 1992 Drew Eckhardt 
- *	SCSI disk driver header file by
- *		Drew Eckhardt 
+ *      sd.h Copyright (C) 1992 Drew Eckhardt 
+ *      SCSI disk driver header file by
+ *              Drew Eckhardt 
  *
- *	<drew@colorado.edu>
+ *      <drew@colorado.edu>
  *
  *       Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to
  *       add scatter-gather, multiple outstanding request, and other
  *       enhancements.
  */
 #ifndef _SD_H
-	#define _SD_H
+#define _SD_H
 /*
 	$Header: /usr/src/linux/kernel/blk_drv/scsi/RCS/sd.h,v 1.1 1992/07/24 06:27:38 root Exp root $
 */
@@ -24,24 +24,44 @@
 #endif
 
 /*
-	This is an arbitrary constant, and may be changed to whatever
-	suits your purposes.  Note that smaller will get you a few bytes
-	more in kernel space if that is your thing.
-*/
+ *  This is an arbitrary constant, and may be changed to whatever
+ *  suits your purposes.  Note that smaller will get you a few bytes
+ *  more in kernel space if that is your thing.
+ */
 
 extern struct hd_struct * sd;
 
 typedef struct scsi_disk {
-		unsigned capacity;		/* size in blocks */
-		unsigned sector_size;		/* size in bytes */
-		Scsi_Device  *device;		
-		unsigned char sector_bit_size;	/* sector_size = 2 to the  bit size power */
-		unsigned char sector_bit_shift;	/* power of 2 sectors per FS block */
-		unsigned ten:1;			/* support ten byte read / write */
-		unsigned remap:1;		/* support remapping  */
-		unsigned has_part_table:1;	/* has partition table */
-		} Scsi_Disk;
-	
+    unsigned capacity;              /* size in blocks */
+    unsigned sector_size;           /* size in bytes */
+    Scsi_Device  *device;           
+    unsigned char sector_bit_size;  /* sector_size = 2 to the  bit size power */
+    unsigned char sector_bit_shift; /* power of 2 sectors per FS block */
+    unsigned ten:1;                 /* support ten byte read / write */
+    unsigned remap:1;               /* support remapping  */
+    unsigned has_part_table:1;      /* has partition table */
+} Scsi_Disk;
+
 extern Scsi_Disk * rscsi_disks;
 
 #endif
+
+/*
+ * Overrides for Emacs so that we follow Linus's tabbing style.
+ * Emacs will notice this stuff at the end of the file and automatically
+ * adjust the settings for this buffer only.  This must remain at the end
+ * of the file.
+ * ---------------------------------------------------------------------------
+ * Local variables:
+ * c-indent-level: 4
+ * c-brace-imaginary-offset: 0
+ * c-brace-offset: -4
+ * c-argdecl-indent: 4
+ * c-label-offset: -4
+ * c-continued-statement-offset: 4
+ * c-continued-brace-offset: 0
+ * indent-tabs-mode: nil
+ * tab-width: 4
+ * End:
+ */
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this