File: hidraw.h

package info (click to toggle)
seatd 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 4,908; sh: 24; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#ifndef _SEATD_HIDRAW_H
#define _SEATD_HIDRAW_H

int hidraw_revoke(int fd);
int path_is_hidraw(const char *path);

#endif