summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/usb_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/usb_handler.h')
-rw-r--r--openpcd/firmware/src/usb_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpcd/firmware/src/usb_handler.h b/openpcd/firmware/src/usb_handler.h
index b4ecfbd..a281c66 100644
--- a/openpcd/firmware/src/usb_handler.h
+++ b/openpcd/firmware/src/usb_handler.h
@@ -1,6 +1,8 @@
#ifndef _USB_HANDLER_H
#define _USB_HANDLER_H
+#include "openpcd.h"
+
#define MAX_PAYLOAD_LEN (64 - sizeof(struct openpcd_hdr))
typedef int usb_cmd_fn(struct req_ctx *rctx);
personal git repositories of Harald Welte. Your mileage may vary