]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
FIX: removing compiler warning about double const.
[proxmark3-svn] / include / mifare.h
index bd78dda6b671cff4e9d4b171e03d691c4206cd7c..e6643f5f235f95b34d82631f56019539c393a8d6 100644 (file)
@@ -66,14 +66,19 @@ typedef enum ISO14B_COMMAND {
 //-----------------------------------------------------------------------------
 typedef struct {
   uint32_t cuid;
-  uint8_t  sector;
-  uint8_t  keytype;
   uint32_t nonce;
   uint32_t ar;
   uint32_t nr;
   uint32_t nonce2;
   uint32_t ar2;
   uint32_t nr2;
+  uint8_t  sector;
+  uint8_t  keytype;
+  enum {
+               EMPTY,
+               FIRST,
+               SECOND,
+       } state;
 } nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz