mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
210 B
11 lines
210 B
11 years ago
|
#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 */
|