summaryrefslogtreecommitdiff
path: root/rcm-server-lirc.h
blob: 08bb2cb1847220b213c070790ae7b431f707bc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef foorcmserverlirchfoo
#define foorcmserverlirchfoo

void lirc_write(int fd, const uint32_t *v, unsigned count);

void lirc_close(struct device *device);

int lirc_setup(struct device *device, const char *path);

#endif