projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix another way
[proxmark3-svn]
/
common
/
usb_cdc.h
diff --git
a/common/usb_cdc.h
b/common/usb_cdc.h
index d7b9c2e5066d5ddf8f877fde23af789dc8ae1d45..c42da8db90d1717c7c0188c84c29cb652c753d66 100644
(file)
--- a/
common/usb_cdc.h
+++ b/
common/usb_cdc.h
@@
-35,12
+35,13
@@
#ifndef _USB_CDC_H_
\r
#define _USB_CDC_H_
\r
\r
#ifndef _USB_CDC_H_
\r
#define _USB_CDC_H_
\r
\r
-#include
<common.h>
\r
+#include
"common.h"
\r
\r
void usb_disable();
\r
void usb_enable();
\r
bool usb_check();
\r
bool usb_poll();
\r
\r
void usb_disable();
\r
void usb_enable();
\r
bool usb_check();
\r
bool usb_poll();
\r
+bool usb_poll_validate_length();
\r
uint32_t usb_read(byte_t* data, size_t len);
\r
uint32_t usb_write(const byte_t* data, const size_t len);
\r
\r
uint32_t usb_read(byte_t* data, size_t len);
\r
uint32_t usb_write(const byte_t* data, const size_t len);
\r
\r
Impressum
,
Datenschutz