aboutsummaryrefslogtreecommitdiff
path: root/include/linux/map_to_7segment.h
AgeCommit message (Collapse)Author
2008-12-29Input: map_to_7segment.h - convert to __inline__ for userspaceMike Frysinger
Use __inline__ rather than inline for map_to_seg7() since it is exported to userspace. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2008-10-10Input: move map_to_7segment.h to include/linuxAtsushi Nemoto
The map_to_7segment.h provides generic 7segment LED mappings and is designed to be used by other drivers. Moving it to common area will make it more usable. Also exporting it to userspace will help users of sysfs interface. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Acked-by: Henk Vergonet <henk.vergonet@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>