mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
8 lines
119 B
C
8 lines
119 B
C
|
#ifndef SIAH_H
|
||
|
#define SIAH_H
|
||
|
|
||
|
#include "miner.h"
|
||
|
|
||
|
extern void sia_regenhash(struct work *work);
|
||
|
|
||
|
#endif /* FRESHH_H */
|