add ccid log tag

This commit is contained in:
Conor Patrick
2019-08-24 15:08:14 +08:00
parent bde4c09c21
commit ccd9a04146
4 changed files with 7 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ typedef enum
TAG_EXT = (1 << 18),
TAG_NFC = (1 << 19),
TAG_NFC_APDU = (1 << 20),
TAG_CCID = (1 << 21),
TAG_NO_TAG = (1UL << 30),
TAG_FILENO = (1UL << 31)