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