diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nfc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nfc.h b/include/uapi/linux/nfc.h index fb304fb774cc..3a57cef0b986 100644 --- a/include/uapi/linux/nfc.h +++ b/include/uapi/linux/nfc.h | |||
| @@ -199,10 +199,12 @@ enum nfc_sdp_attr { | |||
| 199 | #define NFC_PROTO_ISO14443_B_MASK (1 << NFC_PROTO_ISO14443_B) | 199 | #define NFC_PROTO_ISO14443_B_MASK (1 << NFC_PROTO_ISO14443_B) |
| 200 | 200 | ||
| 201 | /* NFC Secure Elements */ | 201 | /* NFC Secure Elements */ |
| 202 | #define NFC_SE_NONE 0x0 | ||
| 203 | #define NFC_SE_UICC 0x1 | 202 | #define NFC_SE_UICC 0x1 |
| 204 | #define NFC_SE_EMBEDDED 0x2 | 203 | #define NFC_SE_EMBEDDED 0x2 |
| 205 | 204 | ||
| 205 | #define NFC_SE_DISABLED 0x0 | ||
| 206 | #define NFC_SE_ENABLED 0x1 | ||
| 207 | |||
| 206 | struct sockaddr_nfc { | 208 | struct sockaddr_nfc { |
| 207 | sa_family_t sa_family; | 209 | sa_family_t sa_family; |
| 208 | __u32 dev_idx; | 210 | __u32 dev_idx; |
