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