Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[cascardo/linux.git] / include / net / nfc / nci.h
index 75d2e18..707e3ab 100644 (file)
@@ -35,6 +35,7 @@
 #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 */
@@ -315,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 ---- */
 /* ----------------------- */
@@ -375,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 ---- */
 /* --------------------------- */
@@ -528,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 */