aboutsummaryrefslogtreecommitdiff
path: root/include/linux/map_to_7segment.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-187/+0
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>
2008-12-29Input: map_to_7segment.h - convert to __inline__ for userspaceMike Frysinger1-1/+1
Use __inline__ rather than inline for map_to_seg7() since it is exported to userspace. Signed-off-by: Mike Frysinger <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
2008-10-10Input: move map_to_7segment.h to include/linuxAtsushi Nemoto1-0/+187
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 <[email protected]> Acked-by: Henk Vergonet <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>