summaryrefslogtreecommitdiffstats
path: root/src/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb.h')
-rw-r--r--src/usb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usb.h b/src/usb.h
index 6fe7ee6..50898c9 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
21*/ 21*/
22 22
23#ifndef __USB_H__ 23#ifndef USB_H
24#define __USB_H__ 24#define USB_H
25 25
26#include <stdint.h> 26#include <stdint.h>
27#include "utils.h" 27#include "utils.h"