aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/Kbuild
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-10-14 17:03:35 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-10-16 15:32:05 -0700
commitf902dd893427eade90f7eaf858e5ff8b150a5a12 (patch)
treef508d26d98704c9ae3ee3ba9095eee797d32200f /include/uapi/linux/Kbuild
parentInput: gpio_keys_polled - add support for abs/rel axis (diff)
downloadlinux-dev-f902dd893427eade90f7eaf858e5ff8b150a5a12.tar.xz
linux-dev-f902dd893427eade90f7eaf858e5ff8b150a5a12.zip
Input: add input-event-codes header file
Add input-event-codes header file and move all type and axis defines there. The purpose of this new header file is to have a single canonical source for event-codes which can be used outside of C-code too. One example of such usage is the use of event-codes in devicetree source files. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r--include/uapi/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index f7b2db44eb4b..0f263093cef9 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -191,6 +191,7 @@ header-y += inet_diag.h
header-y += in.h
header-y += inotify.h
header-y += input.h
+header-y += input-event-codes.h
header-y += in_route.h
header-y += ioctl.h
header-y += ip6_tunnel.h