diff options
Diffstat (limited to 'util/msrtool/msrtool.h')
-rw-r--r-- | util/msrtool/msrtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h index c2cd6cb3a8..d8fc00f3fb 100644 --- a/util/msrtool/msrtool.h +++ b/util/msrtool/msrtool.h @@ -198,6 +198,10 @@ extern int freebsd_rdmsr(uint8_t cpu, uint32_t addr, struct msr *val); /** target externs **/ +/* geodegx2.c */ +extern int geodegx2_probe(const struct targetdef *t); +extern const struct msrdef geodegx2_msrs[]; + /* geodelx.c */ extern int geodelx_probe(const struct targetdef *t); extern const struct msrdef geodelx_msrs[]; |