diff options
Diffstat (limited to 'lib/libsectok/ifdhandler.h')
-rw-r--r-- | lib/libsectok/ifdhandler.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libsectok/ifdhandler.h b/lib/libsectok/ifdhandler.h index 578c53c488a..d1a0522d83b 100644 --- a/lib/libsectok/ifdhandler.h +++ b/lib/libsectok/ifdhandler.h @@ -1,4 +1,4 @@ -/* $Id: ifdhandler.h,v 1.2 2001/06/08 15:04:03 rees Exp $ */ +/* $Id: ifdhandler.h,v 1.3 2001/07/02 20:07:08 rees Exp $ */ /* copyright 2001 @@ -46,6 +46,12 @@ such damages. #define IFD_ICC_NOT_PRESENT 616 #define TAG_IFD_ATR 0x303 +/* Extra tags for things they forgot to put in the ifd interface */ +#define SCTAG_IFD_ATRLEN 0x6601 +#define SCTAG_IFD_CARDPRESENT 0x301 +#define SCTAG_OPEN_FLAGS 0x800 +#define SCTAG_RESET_FLAGS 0x801 + struct SCARD_IO_HEADER { u_long Protocol, Length; }; |