NetBSD definition for CCID ioctl
This commit is contained in:
parent
968f59a988
commit
20a1b978f3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE SCARD_CTL_CODE(3500)
|
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE SCARD_CTL_CODE(3500)
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE (((0x31) << 16) | ((3500) << 2))
|
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE (((0x31) << 16) | ((3500) << 2))
|
||||||
#elif defined (__FreeBSD__) || defined (__OpenBSD__)
|
#elif defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
|
||||||
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE (((0x31) << 16) | ((3500) << 2))
|
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE (((0x31) << 16) | ((3500) << 2))
|
||||||
#elif defined (__linux__)
|
#elif defined (__linux__)
|
||||||
# include <reader.h>
|
# include <reader.h>
|
||||||
|
|
Loading…
Reference in a new issue