Move thread_calc() and thread_calc_stdin() to thread.c

This commit is contained in:
jsteube
2016-09-15 04:10:41 +02:00
parent f4c5241275
commit 81845d39a3
3 changed files with 433 additions and 421 deletions

View File

@@ -72,4 +72,7 @@ void bypass ();
uint get_work (hc_device_param_t *device_param, const u64 max);
void *thread_calc_stdin (void *p);
void *thread_calc (void *p);
#endif // _THREAD_H