]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfem4x.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / client / cmdlfem4x.h
1 #ifndef CMDLFEM4X_H__
2 #define CMDLFEM4X_H__
3
4 int CmdLFEM4X(const char *Cmd);
5
6 int CmdEM410xRead(const char *Cmd);
7 int CmdEM410xSim(const char *Cmd);
8 int CmdEM410xWatch(const char *Cmd);
9 int CmdEM4x50Read(const char *Cmd);
10
11 #endif
Impressum, Datenschutz