nt9856x/BSP/linux-kernel/tools/perf/util/smt.h
2023-03-28 15:07:53 +08:00

7 lines
57 B
C

#ifndef SMT_H
#define SMT_H 1
int smt_on(void);
#endif