/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef AUTOTUNE_H #define AUTOTUNE_H HC_API_CALL void *thread_autotune (void *p); #endif // AUTOTUNE_H