Hash : 6df0648a Author : Date : 2013-08-28T12:05:58
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 */