xref: /linux/tools/perf/util/smt.h (revision 71bf5ab8638fe333ac8a984b46fc3f4ea0c5120a)
1 #ifndef SMT_H
2 #define SMT_H 1
3 
4 int smt_on(void);
5 
6 #endif
7