Hash : f7a78eb8 Author : Date : 2014-01-28T22:40:16
Download
1 2 3 4 5 6 7 8 9 10 11
#ifndef LIBUSB_POLL_POSIX_H #define LIBUSB_POLL_POSIX_H #define usbi_write write #define usbi_read read #define usbi_close close #define usbi_poll poll int usbi_pipe(int pipefd[2]); #endif /* LIBUSB_POLL_POSIX_H */