summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-08-07 15:04:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-08-07 15:04:27 +0000
commit8b149b513139803ca0fce264d653c45dfbc557d2 (patch)
treed28ecab1cd6104f6189a11004e6d3615215cf931 /sys/dev/ppbus
parentcccd491d52980ce7206febb0d2bb7a314e7a9594 (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/ppbconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h
index 96b7b1bf15c9..eb1f64ec68ae 100644
--- a/sys/dev/ppbus/ppbconf.h
+++ b/sys/dev/ppbus/ppbconf.h
@@ -187,10 +187,10 @@ struct ppb_device {
const char *name; /* name of the device */
- ushort mode; /* current mode of the device */
- ushort avm; /* available IEEE1284 modes of
+ u_short mode; /* current mode of the device */
+ u_short avm; /* available IEEE1284 modes of
* the device */
- uint flags; /* flags */
+ u_int flags; /* flags */
struct ppb_context ctx; /* context of the device */