diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-10 19:45:51 +0200 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-07-25 04:11:19 +0100 |
commit | bce3ff4945779822c2d778ac29011d5eecc7330a (patch) | |
tree | 1e718b285ea01255747c72d28b02c9a86011eeed /include | |
parent | 8f2c5a741019b7ed10643040fe72e6152ee16ed6 (diff) |
NFC: Export nfc.h to userland
commit dbd4fcaf8d664fab4163b1f8682e41ad8bff3444 upstream.
The netlink commands and attributes, along with the socket structure
definitions need to be exported.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bd21ecd22a4..a3ce901229f 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -268,6 +268,7 @@ header-y += netfilter_ipv4.h header-y += netfilter_ipv6.h header-y += netlink.h header-y += netrom.h +header-y += nfc.h header-y += nfs.h header-y += nfs2.h header-y += nfs3.h |