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