diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-05 01:03:35 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-06 15:16:19 -0500 |
commit | 4722d2b70b80098e1e429e093a7e04aad360260a (patch) | |
tree | a46a7e22fa7698533a9752b2021c3e740131bc90 /net/nfc/llcp/llcp.h | |
parent | c970a1ac4e75a5d31c7b6e8e9f0bb192b0a511e7 (diff) | |
download | kernel_goldelico_gta04-4722d2b70b80098e1e429e093a7e04aad360260a.zip kernel_goldelico_gta04-4722d2b70b80098e1e429e093a7e04aad360260a.tar.gz kernel_goldelico_gta04-4722d2b70b80098e1e429e093a7e04aad360260a.tar.bz2 |
NFC: Factorize the I frame queueing routine
This one will be called from the I frame command sending.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/llcp/llcp.h')
-rw-r--r-- | net/nfc/llcp/llcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/llcp/llcp.h b/net/nfc/llcp/llcp.h index 0ad2e33..0a72ee6 100644 --- a/net/nfc/llcp/llcp.h +++ b/net/nfc/llcp/llcp.h @@ -165,6 +165,7 @@ u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, struct nfc_llcp_sock *sock); u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local); void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap); +void nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock); /* Sock API */ struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp); |