dolphin/Externals/libusbx/libusb/os/poll_posix.h

12 lines
218 B
C
Raw Normal View History

2013-09-30 05:36:54 +00:00
#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 */