mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
11 lines
210 B
C
11 lines
210 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_pipe pipe
|
|
#define usbi_poll poll
|
|
|
|
#endif /* LIBUSB_POLL_POSIX_H */
|