]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfti.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / client / cmdlfti.h
1 #ifndef CMDLFTI_H__
2 #define CMDLFTI_H__
3
4 int CmdLFTI(const char *Cmd);
5
6 int CmdTIDemod(const char *Cmd);
7 int CmdTIRead(const char *Cmd);
8 int CmdTIWrite(const char *Cmd);
9
10 #endif
Impressum, Datenschutz