secgateway/kernel/linux-4.14.83/tools/perf/util/smt.h

7 lines
57 B
C
Raw Normal View History

2019-06-11 07:43:23 +00:00
#ifndef SMT_H
#define SMT_H 1
int smt_on(void);
#endif