summaryrefslogtreecommitdiff
path: root/dmidecode.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark a few pointers const.khali2008-10-281-2/+2
|
* Don't use function pointers for special string cases. Each special case iskhali2008-10-281-4/+0
| | | | | itself special and needs to call a function with its own prototype, so better have dedicated code to handle it all.
* Add support for Processor Family 2 field.khali2008-10-271-2/+2
| | | | | | Add processor types "Turion 64 X2", "Core Solo", "Core 2 Duo", "ESA/390 G6", "z/Architectur", "C7-M", "C7-D", "C7" and "Eden". Fix typo in processor type "AMD29000" (DMI type 4).
* Pass version information to print callback functions.khali2008-10-261-2/+2
| | | | Byte-swap the first 3 fields of the UUID (DMI type 1).
* Update copyright statements.khali2008-02-161-1/+1
|
* Move the decoding of OEM-specific entries to a separate source file.khali2007-02-111-1/+10
|
* Export four specific decoding functions, make them suitable for externalkhali2005-09-141-0/+24
call.