summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urlreg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-05-19 11:37:01 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-05-19 11:37:01 +0000
commit4cc8db214e7d0cd1ee251b2911f21020c7deda58 (patch)
treee805d3bfa9992c89de8c30d5145beb920725655e /sys/dev/usb/if_urlreg.h
parent757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff)
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/usb/if_urlreg.h')
-rw-r--r--sys/dev/usb/if_urlreg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/if_urlreg.h b/sys/dev/usb/if_urlreg.h
index 2457b452171..fea304be34e 100644
--- a/sys/dev/usb/if_urlreg.h
+++ b/sys/dev/usb/if_urlreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urlreg.h,v 1.4 2002/07/29 02:59:05 nate Exp $ */
+/* $OpenBSD: if_urlreg.h,v 1.5 2004/05/19 11:37:00 brad Exp $ */
/* $NetBSD: if_urlreg.h,v 1.1 2002/03/28 21:09:11 ichiro Exp $ */
/*
* Copyright (c) 2001, 2002
@@ -42,9 +42,6 @@
#define URL_TX_TIMEOUT 1000
#define URL_TIMEOUT 10000
-#define ETHER_ALIGN 2
-
-
/* Packet length */
#define URL_MAX_MTU 1536
#define URL_MIN_FRAME_LEN 60