Home | History | Annotate | Download | only in os
      1 #ifndef LIBUSB_POLL_POSIX_H
      2 #define LIBUSB_POLL_POSIX_H
      3 
      4 #define usbi_write write
      5 #define usbi_read read
      6 #define usbi_close close
      7 #define usbi_pipe pipe
      8 #define usbi_poll poll
      9 
     10 #endif /* LIBUSB_POLL_POSIX_H */
     11