Files
cpufetch/src/x86/freq/freq_nov.h

7 lines
102 B
C

#ifndef __FREQ_NO_VECTOR__
#define __FREQ_NO_VECTOR__
void* compute_nov(void * pthread_arg);
#endif