summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol_tagit.h
blob: 46a73bc5a4de6677c3ba2d6a6c913f1598a43cae (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_tagit;

#endif /* __LIBRFID__ */

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