summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2016-03-15 16:17:01 -0600
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:24:25 -0700
commit881d8ec58a0687249a634c18348a7f33056ee1ef (patch)
tree5278c35979fa5b886d895bde74cfa12ec3c35e74 /include/uapi
parent39d07c3f5e514ac97945ad8020341b58b887ed34 (diff)
sync: oneshot_sync: Add oneshot_sync driver
Add the oneshot_sync driver as of msm-3.18 commit 7892968f (sync: oneshot_sync: Update oneshot_sync for new sync APIs). Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/Kbuild1
l---------include/uapi/linux/oneshot_sync.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 16b7e327818d..96a79417671a 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -350,6 +350,7 @@ header-y += nvme.h
header-y += nvram.h
header-y += omap3isp.h
header-y += omapfb.h
+header-y += oneshot_sync.h
header-y += oom.h
header-y += openvswitch.h
header-y += packet_diag.h
diff --git a/include/uapi/linux/oneshot_sync.h b/include/uapi/linux/oneshot_sync.h
new file mode 120000
index 000000000000..5a21abc991fd
--- /dev/null
+++ b/include/uapi/linux/oneshot_sync.h
@@ -0,0 +1 @@
+../../../drivers/staging/android/uapi/oneshot_sync.h \ No newline at end of file