summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_scanner.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:35:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:35:44 +0000
commita232614599face9788bb78b9f15995dc01f7568b (patch)
treebf91b5a0335164b1244f1cca835834825f53ee0a /sys/scsi/scsi_scanner.h
parentf42d8b99248945a02177adb0c2d42667133940d2 (diff)
KNF
Diffstat (limited to 'sys/scsi/scsi_scanner.h')
-rw-r--r--sys/scsi/scsi_scanner.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/scsi/scsi_scanner.h b/sys/scsi/scsi_scanner.h
index c25f2289a33..853adc38c8c 100644
--- a/sys/scsi/scsi_scanner.h
+++ b/sys/scsi/scsi_scanner.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_scanner.h,v 1.8 1999/05/11 23:25:43 kstailey Exp $ */
+/* $OpenBSD: scsi_scanner.h,v 1.9 2001/06/22 14:35:43 deraadt Exp $ */
/*
* Copyright (c) 1995 Kenneth Stailey. All rights reserved.
@@ -100,9 +100,9 @@ struct scsi_set_window {
};
struct scsi_window_data {
- u_int8_t reserved[6]; /* window header */
- u_int8_t window_desc_len[2]; /* ditto */
- u_int8_t window_id; /* must be zero */
+ u_int8_t reserved[6]; /* window header */
+ u_int8_t window_desc_len[2]; /* ditto */
+ u_int8_t window_id; /* must be zero */
u_int8_t res1:7;
u_int8_t auto_bit:1;
u_int8_t x_res[2];
@@ -114,10 +114,10 @@ struct scsi_window_data {
u_int8_t brightness;
u_int8_t threshold;
u_int8_t contrast;
- u_int8_t image_comp; /* image composition (data type) */
+ u_int8_t image_comp; /* image composition (data type) */
u_int8_t bits_per_pixel;
u_int8_t halftone_pattern[2];
- u_int8_t rif:1; /* reverse image format (mono negative) */
+ u_int8_t rif:1; /* reverse image format (mono negative) */
u_int8_t res2:4;
u_int8_t pad_type:3;
u_int8_t bit_ordering[2];