X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/593924e751322492335634fca20e70d112becbac..cee5a30d53c7aff4c4830eae53eaf58414ecf806:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index 7fdde6f1..2d15a907 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -1,6 +1,6 @@ //----------------------------------------------------------------------------- // Jonathan Westhues, Aug 2005 -// Gerhard de Koning Gans, April 2008 +// Gerhard de Koning Gans, April 2008, May 2011 // // 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 @@ -116,6 +116,9 @@ void BruteforceIso15693Afi(uint32_t speed); // find an AFI of a tag - atrox void DirectTag15693Command(uint32_t datalen,uint32_t speed, uint32_t recv, uint8_t data[]); // send arbitrary commands from CLI - atrox void SetDebugIso15693(uint32_t flag); +/// iclass.h +void RAMFUNC SnoopIClass(void); + /// util.h #endif