]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfhid.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / client / cmdlfhid.h
CommitLineData
7fe9b0b7 1#ifndef CMDLFHID_H__
2#define CMDLFHID_H__
3
4int CmdLFHID(const char *Cmd);
5
6int CmdHIDDemod(const char *Cmd);
7int CmdHIDDemodFSK(const char *Cmd);
8int CmdHIDSim(const char *Cmd);
9
10#endif
Impressum, Datenschutz