1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Export missing function from libztex.

This commit is contained in:
Con Kolivas 2012-04-27 09:42:37 +10:00
parent 8d8f4ff856
commit d90e36d926

View File

@ -98,5 +98,6 @@ extern int libztex_setFreq (struct libztex_device *ztex, uint16_t freq);
extern int libztex_sendHashData (struct libztex_device *ztex, unsigned char *sendbuf);
extern int libztex_readHashData (struct libztex_device *ztex, struct libztex_hash_data nonces[]);
extern int libztex_resetFpga (struct libztex_device *ztex);
extern int libztex_selectFpga(struct libztex_device *ztex, int number);
#endif /* __LIBZTEX_H__ */