view input/lirc.h @ 18077:cede662f40a5

timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
author nicodvb
date Tue, 11 Apr 2006 20:05:24 +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);