Mercurial > mplayer.hg
view input/lirc.h @ 16377:243f6f5d0bb9
Make MTRR setup work on AMD64 and simplify some #ifdefs
author | reimar |
---|---|
date | Sat, 03 Sep 2005 19:17:28 +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);