diff options
| author | Jeremy Gebben <jgebben@codeaurora.org> | 2016-01-05 09:56:30 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:04:51 -0700 |
| commit | 93bfd6dbacf04c8b31a0f947eac9bd4c4548aaed (patch) | |
| tree | 7401dc99136fccc5cf95a4245d8684af10b0de2f /include/uapi/linux | |
| parent | a20c28af038cfd238e40fe751fde4d58982a0cab (diff) | |
uapi: export android staging headers
There are several uapi headers required for android that are
in drivers/staging/android/uapi. Create symlinks for these files
in include/uapi/linux so that we can export them without messing
up Kbuild.
Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/Kbuild | 5 | ||||
| l--------- | include/uapi/linux/ashmem.h | 1 | ||||
| l--------- | include/uapi/linux/ion.h | 1 | ||||
| l--------- | include/uapi/linux/ion_test.h | 1 | ||||
| l--------- | include/uapi/linux/sw_sync.h | 1 | ||||
| l--------- | include/uapi/linux/sync.h | 1 |
6 files changed, 10 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index c2e5d6cb34e3..6cc413f4a5e5 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -30,6 +30,7 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \ header-y += a.out.h endif +header-y += ashmem.h header-y += acct.h header-y += adb.h header-y += adfs_fs.h @@ -195,6 +196,8 @@ header-y += input.h header-y += input-event-codes.h header-y += in_route.h header-y += ioctl.h +header-y += ion.h +header-y += ion_test.h header-y += ip6_tunnel.h header-y += ipc.h header-y += ip.h @@ -387,7 +390,9 @@ header-y += stat.h header-y += stddef.h header-y += string.h header-y += suspend_ioctls.h +header-y += sw_sync.h header-y += swab.h +header-y += sync.h header-y += synclink.h header-y += sysctl.h header-y += sysinfo.h diff --git a/include/uapi/linux/ashmem.h b/include/uapi/linux/ashmem.h new file mode 120000 index 000000000000..c79275b657d9 --- /dev/null +++ b/include/uapi/linux/ashmem.h @@ -0,0 +1 @@ +../../../drivers/staging/android/uapi/ashmem.h
\ No newline at end of file diff --git a/include/uapi/linux/ion.h b/include/uapi/linux/ion.h new file mode 120000 index 000000000000..17e8dbb24265 --- /dev/null +++ b/include/uapi/linux/ion.h @@ -0,0 +1 @@ +../../../drivers/staging/android/uapi/ion.h
\ No newline at end of file diff --git a/include/uapi/linux/ion_test.h b/include/uapi/linux/ion_test.h new file mode 120000 index 000000000000..eb7043dae161 --- /dev/null +++ b/include/uapi/linux/ion_test.h @@ -0,0 +1 @@ +../../../drivers/staging/android/uapi/ion_test.h
\ No newline at end of file diff --git a/include/uapi/linux/sw_sync.h b/include/uapi/linux/sw_sync.h new file mode 120000 index 000000000000..4e48793f5e6a --- /dev/null +++ b/include/uapi/linux/sw_sync.h @@ -0,0 +1 @@ +../../../drivers/staging/android/uapi/sw_sync.h
\ No newline at end of file diff --git a/include/uapi/linux/sync.h b/include/uapi/linux/sync.h new file mode 120000 index 000000000000..856cad98696d --- /dev/null +++ b/include/uapi/linux/sync.h @@ -0,0 +1 @@ +../../../drivers/staging/android/uapi/sync.h
\ No newline at end of file |
