]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhf15.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / client / cmdhf15.h
1 #ifndef CMDHF15_H__
2 #define CMDHF15_H__
3
4 int CmdHF15(const char *Cmd);
5
6 int CmdHF15Demod(const char *Cmd);
7 int CmdHF15Read(const char *Cmd);
8 int CmdHF15Reader(const char *Cmd);
9 int CmdHF15Sim(const char *Cmd);
10
11 #endif
Impressum, Datenschutz