Hash : 677e9816 Author : Date : 2013-09-30T11:43:39
Download
1 2 3 4 5 6 7 8 9 10
#ifndef LIBUSB_POLL_POSIX_H #define LIBUSB_POLL_POSIX_H #define usbi_write write #define usbi_read read #define usbi_close close #define usbi_pipe pipe #define usbi_poll poll #endif /* LIBUSB_POLL_POSIX_H */