diff options
| author | cbdev <cb@cbcdn.com> | 2023-08-26 22:33:11 +0200 |
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2023-08-26 22:33:11 +0200 |
| commit | 5bae6490866936e519c526f94afa2b8444201d30 (patch) | |
| tree | e1924385c0fd18c054d41ecd537bd49b85aaccd4 /libtwn3.h | |
| parent | 2d2c7d80ca6a90d0b0eef469fa4bf68c0d71c722 (diff) | |
| download | libtwn-5bae6490866936e519c526f94afa2b8444201d30.tar.gz libtwn-5bae6490866936e519c526f94afa2b8444201d30.tar.bz2 libtwn-5bae6490866936e519c526f94afa2b8444201d30.zip | |
Diffstat (limited to 'libtwn3.h')
| -rw-r--r-- | libtwn3.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -3,14 +3,14 @@ #include <inttypes.h> typedef enum /*_twn3_tag_type*/ { - tag_none = 0x00, - tag_mf_light = 0x01, - tag_mf_classic_1k = 0x02, - tag_mf_classic_4l = 0x03, - tag_mf_prox = 0x04, - tag_mf_ultralight = 0x05, - tag_mf_desfire = 0x06, - tag_unknown = 0xFF + twn3_tag_none = 0x00, + twn3_tag_mf_light = 0x01, + twn3_tag_mf_classic_1k = 0x02, + twn3_tag_mf_classic_4k = 0x03, + twn3_tag_mf_prox = 0x04, + twn3_tag_mf_ultralight = 0x05, + twn3_tag_mf_desfire = 0x06, + twn3_tag_unknown = 0xFF } twn3_tag_type_t; /* Open a device port */ |
