]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdmain.h
diff --git a/client/cmdmain.h b/client/cmdmain.h
new file mode 100644 (file)
index 0000000..5a34d17
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef CMDMAIN_H__
+#define CMDMAIN_H__
+
+#include "usb_cmd.h"
+
+void UsbCommandReceived(UsbCommand *UC);
+void CommandReceived(char *Cmd);
+void WaitForResponse(uint32_t response_type);
+
+#endif
Impressum, Datenschutz