2
0
forked from Ivasoft/DSView
Files
DSView/libusbx-1.0.18/libusb/os/poll_posix.h
2014-04-14 17:46:11 +08:00

12 lines
218 B
C

#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 */