From 658fd52bad949b556ffc4013df6779adc06b237b Mon Sep 17 00:00:00 2001 From: Harout Hedeshian Date: Fri, 9 Aug 2013 09:10:08 -0600 Subject: RmNet Data: Initial release RmNet Data driver provides a transport agnostic MAP (multiplexing and aggregation protocol) support in embedded and bridge modes. Module provides virtual network devices which can be attached to any IP-mode physical device. This will be used to provide all MAP functionality on future hardware in a single consistent location. CRs-Fixed: 525675 Change-Id: I739947c9c3de008974dd485a74e9953ba2cbb75e Signed-off-by: Harout Hedeshian [subashab@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Subash Abhinov Kasiviswanathan --- include/uapi/linux/Kbuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/uapi/linux/Kbuild') diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index becc069c5c42..48ba6cc287f4 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -276,6 +276,7 @@ header-y += mroute.h header-y += msdos_fs.h header-y += msg.h header-y += msm_ion.h +header-y += msm_rmnet.h header-y += mtio.h header-y += nbd.h header-y += ncp_fs.h @@ -357,6 +358,7 @@ header-y += reiserfs_fs.h header-y += reiserfs_xattr.h header-y += resource.h header-y += rfkill.h +header-y += rmnet_data.h header-y += romfs_fs.h header-y += rose.h header-y += route.h -- cgit v1.2.3