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

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

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

#endif