]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/apps.h
iso14a reader patches [Hagen Fritsch]
[proxmark3-svn] / armsrc / apps.h
index 8e4b9bfa99ca386272dc95f21fdc0c0507c381dc..c3d3bae12414468442534877245958525d1ed332 100644 (file)
@@ -1,7 +1,12 @@
 //-----------------------------------------------------------------------------
-// Definitions internal to the app source.
 // Jonathan Westhues, Aug 2005
-// Added ISO14443-A support by Gerhard de Koning Gans, April 2008
+// Gerhard de Koning Gans, April 2008
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Definitions internal to the app source.
 //-----------------------------------------------------------------------------
 
 #ifndef __APPS_H
@@ -94,7 +99,7 @@ void SnoopIso14443(void);
 /// iso14443a.h
 void SnoopIso14443a(void);
 void SimulateIso14443aTag(int tagType, int TagUid);    // ## simulate iso14443a tag
-void ReaderIso14443a(uint32_t parameter);
+void ReaderIso14443a(UsbCommand * c, UsbCommand * ack);
 void ReaderMifare(uint32_t parameter);
 
 /// iso15693.h
Impressum, Datenschutz