summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/rfid.h
blob: 56848841b2cb045ec0295dbdaac4540e6aec121d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _RFID_H
#define _RFID_H

struct rfid_asic_handle {
};

struct rfid_asic {
};

#define RAH NULL

#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))

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