1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-30 16:34:23 +00:00

12 lines
218 B
C
Raw Normal View History

2013-08-28 12:05:58 +10: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]);
2013-08-28 12:05:58 +10:00
#endif /* LIBUSB_POLL_POSIX_H */