diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2020-01-12 01:01:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 01:01:41 +0100 |
commit | b44b91e41531b86f9807aecf62d96cad6f2f06cd (patch) | |
tree | 1fe4c2409126f74cddb013d220c824367d9dc788 /usr/src/uts/common/sys/sunddi.h | |
parent | 8b175886ef45935e972cf1df20218f2de66d49b1 (diff) | |
download | illumos-joyent-b44b91e41531b86f9807aecf62d96cad6f2f06cd.tar.gz |
OS-7196 Need native CCID driver
Contributed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Jason King <jbk@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/sunddi.h')
-rw-r--r-- | usr/src/uts/common/sys/sunddi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h index 8ce8508114..4d943b8e89 100644 --- a/usr/src/uts/common/sys/sunddi.h +++ b/usr/src/uts/common/sys/sunddi.h @@ -247,6 +247,8 @@ extern "C" { /* Fabric Devices */ #define DDI_NT_IB_ATTACHMENT_POINT "ddi_ctl:attachment_point:ib" /* IB devices */ +#define DDI_NT_CCID_ATTACHMENT_POINT "ddi_ctl:attachment_point:ccid" + /* CCID devices */ #define DDI_NT_AV_ASYNC "ddi_av:async" /* asynchronous AV device */ #define DDI_NT_AV_ISOCH "ddi_av:isoch" /* isochronous AV device */ |