diff options
| author | Venkat Gopalakrishnan <venkatg@codeaurora.org> | 2013-02-12 16:13:05 -0800 |
|---|---|---|
| committer | Subhash Jadavani <subhashj@codeaurora.org> | 2016-05-31 15:26:19 -0700 |
| commit | 5dddfdcab842d62248a939cd037d8444d6da5c4b (patch) | |
| tree | 7cbf7ba24f11c3ced1768a66257c4bb42231a302 /include/uapi/linux | |
| parent | 6b5b56b28b8a13109609909a2dbd7f0e18af4b53 (diff) | |
include: mmc: Export sanitized mmc headers
Export sanitized mmc.h and core.h for userspace.
Change-Id: I3a6eadde2023d974b0ce260a77082b01d8ba0b5d
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
[subhashj@codeaurora.org: fixed trivial merge conflicts]
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/mmc/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/mmc/Kbuild b/include/uapi/linux/mmc/Kbuild index b250482ea78a..ce4e88593605 100644 --- a/include/uapi/linux/mmc/Kbuild +++ b/include/uapi/linux/mmc/Kbuild @@ -1,4 +1,6 @@ # UAPI Header export list header-y += core.h +header-y += core.h header-y += ioctl.h header-y += mmc.h +header-y += mmc.h |
