diff options
Diffstat (limited to 'tools/perf/util/smt.h')
-rw-r--r-- | tools/perf/util/smt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/smt.h b/tools/perf/util/smt.h new file mode 100644 index 000000000..b8414b7bc --- /dev/null +++ b/tools/perf/util/smt.h @@ -0,0 +1,6 @@ +#ifndef SMT_H +#define SMT_H 1 + +int smt_on(void); + +#endif |