mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
Incorrect path in .pc file - fixed; Clarified documentation a bit
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@33 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
parent
abda939d02
commit
f46fd2635e
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
includedir=@includedir@/libcpuid
|
||||
|
||||
Name: libcpuid
|
||||
Description: libcpuid provides CPU identification for x86
|
||||
|
|
|
@ -372,7 +372,7 @@ void cpu_exec_cpuid(uint32_t eax, uint32_t* regs);
|
|||
void cpu_exec_cpuid_ext(uint32_t* regs);
|
||||
|
||||
/**
|
||||
* @brief Obtains the raw CPUID data
|
||||
* @brief Obtains the raw CPUID data from the current CPU
|
||||
* @param data - a pointer to cpu_raw_data_t structure
|
||||
* @returns zero if successful, and some negative number on error.
|
||||
* The error message can be obtained by calling \ref cpuid_error.
|
||||
|
|
Loading…
Reference in a new issue