File: input.h

package info (click to toggle)
libevdev 1.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,704 kB
  • sloc: ansic: 9,518; sh: 4,516; makefile: 221; python: 178; xml: 171; javascript: 53
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#ifdef __linux__
#include "linux/input.h"
#elif __FreeBSD__
#include "freebsd/input.h"
#endif