Files
proxmark3/armsrc/desfire_key.h
2014-09-11 23:23:46 +02:00

10 lines
170 B
C

#ifndef __DESFIRE_KEY_H
#define __DESFIRE_KEY_H
#include <string.h>
#include <stdint.h>
#include <stdarg.h>
#include "iso14443a.h"
#include "../common/desfire.h"
#endif