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:
Veselin Georgiev 2008-11-28 16:17:29 +00:00
parent abda939d02
commit f46fd2635e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.