summaryrefslogtreecommitdiffstats
path: root/input/lirc.h
blob: 08cb6e741a0d438adc11e60d36f69eb4b890b19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LIRC_H
#define LIRC_H

int 
mp_input_lirc_init(void);

int
mp_input_lirc_read(int fd,char* dest, int s);

void
mp_input_lirc_close(int fd);

#define /* LIRC_H */