mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
BFL include all USB requirements
This commit is contained in:
parent
70b47a770d
commit
03c2cabab2
10
miner.h
10
miner.h
@ -114,7 +114,7 @@ static inline int fsync (int fd)
|
||||
#include "libztex.h"
|
||||
#endif
|
||||
|
||||
#ifdef USE_MODMINER
|
||||
#if defined(USE_MODMINER) || defined(USE_BITFORCE)
|
||||
#include "usbutils.h"
|
||||
#endif
|
||||
|
||||
@ -374,13 +374,17 @@ struct cgpu_info {
|
||||
#ifdef USE_ZTEX
|
||||
struct libztex_device *device_ztex;
|
||||
#endif
|
||||
#ifdef USE_MODMINER
|
||||
#if defined(USE_MODMINER) || defined(USE_BITFORCE)
|
||||
struct cg_usb_device *usbdev;
|
||||
#endif
|
||||
#ifdef USE_ICARUS
|
||||
int device_fd;
|
||||
#endif
|
||||
};
|
||||
#ifdef USE_MODMINER
|
||||
#if defined(USE_MODMINER) || defined(USE_BITFORCE)
|
||||
int usbstat;
|
||||
#endif
|
||||
#ifdef USE_MODMINER
|
||||
char fpgaid;
|
||||
unsigned char clock;
|
||||
pthread_mutex_t *modminer_mutex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user