]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfviking.h
cdaad26f60e8be37b13048cf8e87d51464ca5c24
   1 //----------------------------------------------------------------------------- 
   3 // This code is licensed to you under the terms of the GNU GPL, version 2 or, 
   4 // at your option, any later version. See the LICENSE.txt file for the text of 
   6 //----------------------------------------------------------------------------- 
   7 // Low frequency T55xx commands 
   8 //----------------------------------------------------------------------------- 
   9 #ifndef CMDLFVIKING_H__ 
  10 #define CMDLFVIKING_H__ 
  11 extern int CmdLFViking(const char *Cmd
); 
  12 extern int CmdVikingDemod(const char *Cmd
); 
  13 extern int CmdVikingRead(const char *Cmd
); 
  14 extern int CmdVikingClone(const char *Cmd
); 
  15 extern int CmdVikingSim(const char *Cmd
);