proxmark3/armsrc/mifaredesfire.h

16 lines
290 B
C
Raw Normal View History

2014-09-12 05:23:46 +08:00
#ifndef __MIFAREDESFIRE_H
#define __MIFAREDESFIRE_H
#include "../include/proxmark3.h"
#include "apps.h"
#include "util.h"
#include "string.h"
#include "../common/iso14443crc.h"
#include "iso14443a.h"
2014-10-07 01:42:50 +08:00
#include "desfire_key.h"
2014-09-12 05:23:46 +08:00
#include "mifareutil.h"
#include "../include/common.h"
#endif