diff options
| author | Arun Menon <avmenon@codeaurora.org> | 2016-03-11 16:30:38 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:22:38 -0700 |
| commit | c9647fc5cf0b64c2a2a6958f800d5da7c0296be4 (patch) | |
| tree | 6dc085be2a865886f1ebc4c5dfca04dcacc45199 /include/uapi/linux/Kbuild | |
| parent | a7d146c290a9698be7d4196b1d31be23af6e7042 (diff) | |
msm: vidc: Add Video driver for MSM targets
Add snapshot for Video driver source for MSM targets. The code is
migrated from msm-3.18 kernel at the below commit level -
d5809484bb1bf5864dad2f081b0145224762963a.
Signed-off-by: Arun Menon <avmenon@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 309fac816082..4c0fd6369a76 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -306,6 +306,8 @@ header-y += msm_mdp.h header-y += msm_mdp_ext.h header-y += msm_rmnet.h header-y += msm_rotator.h +header-y += msm_vidc_dec.h +header-y += msm_vidc_enc.h header-y += mtio.h header-y += nbd.h header-y += ncp_fs.h |
