Commit d90e36d926717a39a6cd04cb9a6c11166f9fbc3c

Con Kolivas 2012-04-27T09:42:37

Export missing function from libztex.

1
2
3
4
5
6
7
8
9
10
11
diff --git a/libztex.h b/libztex.h
index 8a506f6..f95fc99 100644
--- a/libztex.h
+++ b/libztex.h
@@ -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__ */