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