projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chg: LF t55xx trace
[proxmark3-svn]
/
client
/
cmdmain.h
diff --git
a/client/cmdmain.h
b/client/cmdmain.h
index edd0205f73b9e61de83fd19e26dd08db9c012283..5e4ee73adecf3b6bf5c0c3a48107932a4c331dea 100644
(file)
--- a/
client/cmdmain.h
+++ b/
client/cmdmain.h
@@
-11,10
+11,12
@@
#ifndef CMDMAIN_H__
#define CMDMAIN_H__
#ifndef CMDMAIN_H__
#define CMDMAIN_H__
-#include "usb_cmd.h"
-
+#include "
../include/
usb_cmd.h"
+#include "cmdparser.h"
void UsbCommandReceived(UsbCommand *UC);
void CommandReceived(char *Cmd);
void UsbCommandReceived(UsbCommand *UC);
void CommandReceived(char *Cmd);
-void WaitForResponse(uint32_t response_type);
-
+bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
+bool WaitForResponse(uint32_t cmd, UsbCommand* response);
+void clearCommandBuffer();
+command_t* getTopLevelCommandTable();
#endif
#endif
Impressum
,
Datenschutz