NFC: UI frame sending routine implementation
[deliverable/linux.git] / net / nfc / llcp / llcp.h
index e06d03571644d9e18dbb309f2a9222fcf1538c52..276da3a6a589fabbffc402ae1e109f87d00a0eed 100644 (file)
@@ -221,6 +221,8 @@ int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason);
 int nfc_llcp_send_disconnect(struct nfc_llcp_sock *sock);
 int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock,
                          struct msghdr *msg, size_t len);
+int nfc_llcp_send_ui_frame(struct nfc_llcp_sock *sock, u8 ssap, u8 dsap,
+                          struct msghdr *msg, size_t len);
 int nfc_llcp_send_rr(struct nfc_llcp_sock *sock);
 
 /* Socket API */
This page took 0.024522 seconds and 5 git commands to generate.