diff options
| author | Harout Hedeshian <harouth@codeaurora.org> | 2013-08-09 09:10:08 -0600 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:04:54 -0700 |
| commit | 658fd52bad949b556ffc4013df6779adc06b237b (patch) | |
| tree | e1247498f98847bc0f92d8344f6ee0dd652999d7 /include/uapi/linux/Kbuild | |
| parent | 50de92cd6d2b57305664dd7e6488619b7290859f (diff) | |
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 <harouth@codeaurora.org>
[subashab@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
