File: uinput.h

package info (click to toggle)
libevdev 1.13.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 2,768 kB
  • sloc: ansic: 9,969; sh: 4,612; makefile: 212; python: 178; xml: 171; javascript: 53
file content (5 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#ifdef __linux__
#include "linux/uinput.h"
#elif __FreeBSD__
#include "freebsd/uinput.h"
#endif