]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdmain.h
command parser shortcuts e.g. 'd p' will call 'data plot' (from rumpeltux)
[proxmark3-svn] / client / cmdmain.h
CommitLineData
7fe9b0b7 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