poll_posix.h 210 B

12345678910
  1. #ifndef LIBUSB_POLL_POSIX_H
  2. #define LIBUSB_POLL_POSIX_H
  3. #define usbi_write write
  4. #define usbi_read read
  5. #define usbi_close close
  6. #define usbi_pipe pipe
  7. #define usbi_poll poll
  8. #endif /* LIBUSB_POLL_POSIX_H */