MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 device...
[mplayer/greg.git] / mp_fifo.h
blob5a5c925462510e07751df0d10a4fb6df100ed185
1 #ifndef MPLAYER_MP_FIFO_H
2 #define MPLAYER_MP_FIFO_H
4 int mplayer_get_key(int fd);
5 void mplayer_put_key(int code);
7 #endif /* MPLAYER_MP_FIFO_H */