From 4d6ec5cecc3517bfd834d9ec042d585deca280c1 Mon Sep 17 00:00:00 2001 From: Harout Hedeshian Date: Tue, 17 Jun 2014 08:10:43 -0600 Subject: net: rmnet_data: Move MAP header definition to UAPI Expose the MAP header to the rest of the kernel and user space. Useful for making various parts of the kernel MAP aware. Keeping consistency with other networking procols by exposing protocol headers to user space with a header file in UAPI. CRs-Fixed: 681280 Change-Id: Ic7f414f926f68531418725f971ab2b44459f5ea1 Signed-off-by: Harout Hedeshian [subashab@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Subash Abhinov Kasiviswanathan --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux/Kbuild') diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 48ba6cc287f4..aa78179c0d20 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -288,6 +288,7 @@ header-y += neighbour.h header-y += netconf.h header-y += netdevice.h header-y += net_dropmon.h +header-y += net_map.h header-y += netfilter_arp.h header-y += netfilter_bridge.h header-y += netfilter_decnet.h -- cgit v1.2.3