diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-10 19:45:51 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-16 13:08:13 -0400 |
commit | dbd4fcaf8d664fab4163b1f8682e41ad8bff3444 (patch) | |
tree | f88ece8b4c0e6800c42e07cab9fafb776d377e01 /include/linux/Kbuild | |
parent | 7863157d83763a0f1b9ad96c94a1ed3d0372526a (diff) |
NFC: Export nfc.h to userland
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>
Diffstat (limited to 'include/linux/Kbuild')
-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 3c9b616c834..f08e3aec111 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -271,6 +271,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 |