diff options
| author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-02-01 16:26:16 -0500 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-02-02 15:50:40 -0500 |
| commit | 447b27c4f29b510b98e99395120d635f009ed563 (patch) | |
| tree | 07c6b790944aa9bb1c3a44e7f7f93da03982735c /include/uapi/linux | |
| parent | 8ae01f7967718ac9ed800a99964f88c0c8b07e11 (diff) | |
NFC: Forward NFC_EVT_TRANSACTION to user space
NFC_EVT_TRANSACTION is sent through netlink in order for a
specific application running on a secure element to notify
userspace of an event. Typically the secure element application
counterpart on the host could interpret that event and act
upon it.
Forwarded information contains:
- SE host generating the event
- Application IDentifier doing the operation
- Applications parameters
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/nfc.h b/include/uapi/linux/nfc.h index 8119255feae4..c1e2e63cf9b5 100644 --- a/include/uapi/linux/nfc.h +++ b/include/uapi/linux/nfc.h | |||
| @@ -183,6 +183,7 @@ enum nfc_attrs { | |||
| 183 | NFC_ATTR_SE_APDU, | 183 | NFC_ATTR_SE_APDU, |
| 184 | NFC_ATTR_TARGET_ISO15693_DSFID, | 184 | NFC_ATTR_TARGET_ISO15693_DSFID, |
| 185 | NFC_ATTR_TARGET_ISO15693_UID, | 185 | NFC_ATTR_TARGET_ISO15693_UID, |
| 186 | NFC_ATTR_SE_PARAMS, | ||
| 186 | /* private: internal use only */ | 187 | /* private: internal use only */ |
| 187 | __NFC_ATTR_AFTER_LAST | 188 | __NFC_ATTR_AFTER_LAST |
| 188 | }; | 189 | }; |
