summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-08-19 08:18:40 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-08-19 08:18:40 +0000
commitd2fb3e6b4d34b003fb7e2146e053140c3217b39a (patch)
tree1e7bc152528eb7d8d7785f44f69a71913ca62d79 /sys/dev/usb/usb.h
parent8faaaa88c31e033130b9fb704cae7379c0fe21ca (diff)
Sync with NetBSD.
Diffstat (limited to 'sys/dev/usb/usb.h')
-rw-r--r--sys/dev/usb/usb.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index edc0cdcf7a4..a466a7bae82 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: usb.h,v 1.1 1999/08/13 05:28:04 fgsch Exp $ */
-/* $NetBSD: usb.h,v 1.23 1999/06/30 06:44:23 augustss Exp $ */
+/* $OpenBSD: usb.h,v 1.2 1999/08/19 08:18:39 fgsch Exp $ */
+/* $NetBSD: usb.h,v 1.27 1999/08/18 07:55:19 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -510,4 +510,8 @@ struct usb_device_stats {
#define USB_GET_DEVICEINFO _IOR ('U', 112, struct usb_device_info)
#define USB_SET_SHORT_XFER _IOW ('U', 113, int)
+/* Modem device */
+#define USB_GET_CM_OVER_DATA _IOR ('U', 130, int)
+#define USB_SET_CM_OVER_DATA _IOW ('U', 131, int)
+
#endif /* _USB_H_ */