]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved to header file
authoriceman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:24:06 +0000 (10:24 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:24:06 +0000 (10:24 +0100)
armsrc/epa.c
armsrc/epa.h

index 16d9001455dd7f58819c40aabb2a58611e61c140..246393b741c4917aea3c5c14054517d807e750e8 100644 (file)
 // the card (with iso14443a_select_card etc.). If You want to use these
 // functions, You need to do the setup before calling them!
 //-----------------------------------------------------------------------------
-
-#include "iso14443a.h"
-#include "iso14443b.h"
 #include "epa.h"
-#include "cmd.h"
 
 // Protocol and Parameter Selection Request for ISO 14443 type A cards
 // use regular (1x) speed in both directions
index d2ebed57a4e75381a5aa25d6c041d1a97cee090b..550af82009d1c95f39a8d6a734a4927edfa7e145 100644 (file)
 #ifndef __EPA_H
 #define __EPA_H
 
+#include "cmd.h"
+#include "iso14443a.h"
+#include "iso14443b.h"
+
 // this struct is used by EPA_Parse_CardAccess and contains info about the
 // PACE protocol supported by the chip
 typedef struct {
Impressum, Datenschutz