view input/lirc.h @ 25040:ea694492cb2e

Open device file only right before we need it, so we do not have to add close to all the abort code-paths
author reimar
date Sat, 17 Nov 2007 18:26:25 +0000
parents d375383e1a48
children 6ac1ece1f9fe
line wrap: on
line source



int 
mp_input_lirc_init(void);

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

void
mp_input_lirc_close(int fd);