summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_protocol_mifare_ul.h
blob: 6cdec22d08b613a9f0f8570ab5e45dfa21371899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _RFID_PROTOCOL_MFUL_H
#define _RFID_PROTOCOL_MFUL_H


#define MIFARE_UL_CMD_WRITE	0xA2
#define MIFARE_UL_CMD_READ	0x30

#define MIFARE_UL_RESP_ACK	0x0a
#define MIFARE_UL_RESP_NAK	0x00

#define MIFARE_UL_PAGE_MAX	15

struct rfid_protocol rfid_protocol_mful;

#endif
personal git repositories of Harald Welte. Your mileage may vary