These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / net / nfc / nci.h
index a2f2f3d..707e3ab 100644 (file)
@@ -35,6 +35,8 @@
 #define NCI_MAX_NUM_RF_CONFIGS                                 10
 #define NCI_MAX_NUM_CONN                                       10
 #define NCI_MAX_PARAM_LEN                                      251
+#define NCI_MAX_PAYLOAD_SIZE                                   255
+#define NCI_MAX_PACKET_SIZE                                    258
 
 /* NCI Status Codes */
 #define NCI_STATUS_OK                                          0x00
@@ -314,6 +316,8 @@ struct nci_nfcee_mode_set_cmd {
        __u8    nfcee_mode;
 } __packed;
 
+#define NCI_OP_CORE_GET_CONFIG_CMD     nci_opcode_pack(NCI_GID_CORE, 0x03)
+
 /* ----------------------- */
 /* ---- NCI Responses ---- */
 /* ----------------------- */
@@ -374,6 +378,9 @@ struct nci_nfcee_discover_rsp {
 } __packed;
 
 #define NCI_OP_NFCEE_MODE_SET_RSP nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x01)
+
+#define NCI_OP_CORE_GET_CONFIG_RSP     nci_opcode_pack(NCI_GID_CORE, 0x03)
+
 /* --------------------------- */
 /* ---- NCI Notifications ---- */
 /* --------------------------- */
@@ -527,4 +534,6 @@ struct nci_nfcee_discover_ntf {
        struct nci_nfcee_information_tlv        information_tlv;
 } __packed;
 
+#define NCI_OP_CORE_RESET_NTF          nci_opcode_pack(NCI_GID_CORE, 0x00)
+
 #endif /* __NCI_H */