|
|
@ -1388,6 +1388,8 @@ extern void inc_hw_errors(struct thr_info *thr); |
|
|
|
extern bool test_nonce(struct work *work, uint32_t nonce); |
|
|
|
extern bool test_nonce(struct work *work, uint32_t nonce); |
|
|
|
extern void submit_tested_work(struct thr_info *thr, struct work *work); |
|
|
|
extern void submit_tested_work(struct thr_info *thr, struct work *work); |
|
|
|
extern bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce); |
|
|
|
extern bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce); |
|
|
|
|
|
|
|
extern bool submit_noffset_nonce(struct thr_info *thr, struct work *work, uint32_t nonce, |
|
|
|
|
|
|
|
int noffset); |
|
|
|
extern struct work *get_queued(struct cgpu_info *cgpu); |
|
|
|
extern struct work *get_queued(struct cgpu_info *cgpu); |
|
|
|
extern struct work *__find_work_bymidstate(struct work *que, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen); |
|
|
|
extern struct work *__find_work_bymidstate(struct work *que, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen); |
|
|
|
extern struct work *find_queued_work_bymidstate(struct cgpu_info *cgpu, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen); |
|
|
|
extern struct work *find_queued_work_bymidstate(struct cgpu_info *cgpu, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen); |
|
|
|