diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-14 17:03:35 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-10-16 15:32:05 -0700 |
commit | f902dd893427eade90f7eaf858e5ff8b150a5a12 (patch) | |
tree | f508d26d98704c9ae3ee3ba9095eee797d32200f /include/uapi/linux/Kbuild | |
parent | 6f29d3b2777ae32e995d45247c8234d83894b953 (diff) | |
download | linux-f902dd893427eade90f7eaf858e5ff8b150a5a12.tar.gz linux-f902dd893427eade90f7eaf858e5ff8b150a5a12.tar.bz2 linux-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/Kbuild | 1 |
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 |