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