mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-25 02:35:52 +07:00
7 lines
57 B
C
7 lines
57 B
C
![]() |
#ifndef SMT_H
|
||
|
#define SMT_H 1
|
||
|
|
||
|
int smt_on(void);
|
||
|
|
||
|
#endif
|