Move more functions to thread.c

This commit is contained in:
jsteube
2016-09-14 20:22:38 +02:00
parent e94ab8c113
commit f1835dc7f5
7 changed files with 116 additions and 108 deletions
+7
View File
@@ -65,4 +65,11 @@ void hc_signal (void (callback) (int));
void myabort ();
void myquit ();
void SuspendThreads ();
void ResumeThreads ();
void bypass ();
uint get_work (hc_device_param_t *device_param, const u64 max);
#endif // _THREAD_H