mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Add cpuid_get_vendor() function to exports.
This commit is contained in:
parent
6b09bceb66
commit
9ce5e51cee
2 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,4 @@ cpu_msr_driver_close @25
|
||||||
cpu_clock_by_ic @26
|
cpu_clock_by_ic @26
|
||||||
cpuid_get_total_cpus @27
|
cpuid_get_total_cpus @27
|
||||||
cpu_msr_driver_open_core @28
|
cpu_msr_driver_open_core @28
|
||||||
|
cpuid_get_vendor @29
|
||||||
|
|
|
@ -26,3 +26,4 @@ cpu_msr_driver_close
|
||||||
cpu_clock_by_ic
|
cpu_clock_by_ic
|
||||||
cpuid_get_total_cpus
|
cpuid_get_total_cpus
|
||||||
cpu_msr_driver_open_core
|
cpu_msr_driver_open_core
|
||||||
|
cpuid_get_vendor
|
||||||
|
|
Loading…
Reference in a new issue