mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
9 lines
209 B
C
9 lines
209 B
C
|
#ifndef W_H
|
||
|
#define W_H
|
||
|
|
||
|
#include "miner.h"
|
||
|
|
||
|
extern int whirlcoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
|
||
|
extern void whirlcoin_regenhash(struct work *work);
|
||
|
|
||
|
#endif /* W_H */
|