diff options
author | 2014-10-30 23:50:25 +0000 | |
---|---|---|
committer | 2014-10-30 23:50:25 +0000 | |
commit | e476da14edcc01b661184457be5bf57a3125a11d (patch) | |
tree | 6e2360671f46e73d50ceaa5a1a9fa54279a4f72e /sys/dev/usb/usbdivar.h | |
parent | clean up verbiage around the calculations; ok ingo jmc otto (diff) | |
download | wireguard-openbsd-e476da14edcc01b661184457be5bf57a3125a11d.tar.xz wireguard-openbsd-e476da14edcc01b661184457be5bf57a3125a11d.zip |
XFER_FREE is not used, ciao.
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r-- | sys/dev/usb/usbdivar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 980e5ddb30c..6b9c2a88fea 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdivar.h,v 1.62 2014/08/09 09:45:14 mpi Exp $ */ +/* $OpenBSD: usbdivar.h,v 1.63 2014/10/30 23:50:25 mpi Exp $ */ /* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */ @@ -192,7 +192,6 @@ struct usbd_xfer { volatile char done; #ifdef DIAGNOSTIC u_int32_t busy_free; -#define XFER_FREE 0x46524545 #define XFER_BUSY 0x42555359 #define XFER_ONQU 0x4f4e5155 #endif |