X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/652c39c63bce093cec80b174dfb0d8154e7c6827..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/common/desfire.h diff --git a/common/desfire.h b/common/desfire.h index c163c5c5..a2b0599e 100644 --- a/common/desfire.h +++ b/common/desfire.h @@ -3,8 +3,8 @@ #include #include - #include "aes.h" +#include "mifare.h" #define MAX_CRYPTO_BLOCK_SIZE 16 /* Mifare DESFire EV1 Application crypto operations */ @@ -110,8 +110,6 @@ enum DESFIRE_FILE_TYPES { MDFT_CYCLIC_RECORD_FILE_WITH_BACKUP = 0x04 }; - - enum DESFIRE_STATUS { OPERATION_OK = 0x00, NO_CHANGES = 0x0c,