summaryrefslogtreecommitdiff
path: root/rcm-server-lirc.h
blob: 5edc5fc38bba464b43eef96a34448d3715986656 (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);

int lirc_read(sd_event_source *s, int fd, uint32_t revents, void *userdata);

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

#endif