X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/35147d51e3961db75a852368fffa31006da90199..e1deabc0eb11451828e2e8dd18c0d723b3a7eff8:/common/usb_cdc.h

diff --git a/common/usb_cdc.h b/common/usb_cdc.h
index b6489937..c42da8db 100644
--- a/common/usb_cdc.h
+++ b/common/usb_cdc.h
@@ -35,12 +35,13 @@
 #ifndef _USB_CDC_H_
 #define _USB_CDC_H_
 
-#include "../include/common.h"
+#include "common.h"
 
 void usb_disable();
 void usb_enable();
 bool usb_check();
 bool usb_poll();
+bool usb_poll_validate_length();
 uint32_t usb_read(byte_t* data, size_t len);
 uint32_t usb_write(const byte_t* data, const size_t len);