summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol_icode.h
blob: 90192434b99617d94faaf76db3b92339ab5dd56c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _RFID_PROTOCOL_TAGIT_H
#define _RFID_PROTOCOL_TAGIT_H

#ifdef __LIBRFID__

extern const struct rfid_protocol rfid_protocol_icode;

#endif /* __LIBRFID__ */

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