diff options
Diffstat (limited to 'pcap/usb.h')
-rw-r--r-- | pcap/usb.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pcap/usb.h b/pcap/usb.h index 52cb5a322a5e..26a9046b44ed 100644 --- a/pcap/usb.h +++ b/pcap/usb.h @@ -11,8 +11,8 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote - * products derived from this software without specific prior written + * 3. The name of the author may not be used to endorse or promote + * products derived from this software without specific prior written * permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -30,11 +30,11 @@ * Basic USB data struct * By Paolo Abeni <paolo.abeni@email.it> */ - -#ifndef _PCAP_USB_STRUCTS_H__ -#define _PCAP_USB_STRUCTS_H__ -/* +#ifndef lib_pcap_usb_h +#define lib_pcap_usb_h + +/* * possible transfer mode */ #define URB_TRANSFER_IN 0x80 |