]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfhid.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdlfhid.h
1 #ifndef CMDLFHID_H__
2 #define CMDLFHID_H__
3
4 int CmdLFHID(const char *Cmd);
5
6 int CmdHIDDemod(const char *Cmd);
7 int CmdHIDDemodFSK(const char *Cmd);
8 int CmdHIDSim(const char *Cmd);
9
10 #endif
Impressum, Datenschutz