10 lines
170 B
C
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 |