input: Add linux/input.h for key code support
authorSimon Glass <sjg@chromium.org>
Tue, 17 Apr 2012 09:01:29 +0000 (09:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:39 +0000 (08:31 +0200)
commitd81e270d95da63e1ff5147dd9ba0a9d99e8974af
tree342232ada327b965cce6a68ae302b68de72e83b4
parentbed4d89277629904bfcefa37589c71e4b7424bea
input: Add linux/input.h for key code support

We want to able to decode Linux fdt keymaps, so bring part of this
enormous header file over to U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/linux/input.h [new file with mode: 0644]