linux-surface/kernel/tools/perf/util/smt.h
2017-10-03 13:33:45 -04:00

7 lines
57 B
C

#ifndef SMT_H
#define SMT_H 1
int smt_on(void);
#endif