]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdmain.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdmain.h
1 #ifndef CMDMAIN_H__
2 #define CMDMAIN_H__
3
4 #include "usb_cmd.h"
5
6 void UsbCommandReceived(UsbCommand *UC);
7 void CommandReceived(char *Cmd);
8 void WaitForResponse(uint32_t response_type);
9
10 #endif
Impressum, Datenschutz