Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b908fbf6412c51882b2aebf8342c549f > files > 8

libecasound-devel-2.5.2-2mdv2009.1.i586.rpm

#ifndef INCLUDED_KVU_FD_IO_H
#define INCLUDED_KVU_FD_IO_H

ssize_t kvu_fd_read(int fd, void *buf, size_t count, int timeout);
ssize_t kvu_fd_write(int fd, const void *buf, size_t count, int timeout);
int kvu_fd_wait(int fd, int timeout);

#endif