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