X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bf5d7992ce29e9fb006a5b6770bd3457b9b0f18b..5215a874429bf41ec24c83d6d5f631233faf3d76:/include/mifare.h diff --git a/include/mifare.h b/include/mifare.h index 11c977d5..e6643f5f 100644 --- a/include/mifare.h +++ b/include/mifare.h @@ -74,6 +74,11 @@ typedef struct { uint32_t nr2; uint8_t sector; uint8_t keytype; + enum { + EMPTY, + FIRST, + SECOND, + } state; } nonces_t; #endif // _MIFARE_H_