summaryrefslogtreecommitdiff
path: root/types.h
Commit message (Collapse)AuthorAgeFilesLines
* dmidecode: SMBIOS data is little-endianJean Delvare2018-09-021-15/+12
| | | | | | | | | | | | I originally assumed that the SMBIOS data would use the byte ordering of the host, however since v2.8.0 the SMBIOS specification clarified that the SMBIOS data is always little-endian. So change the access helpers accordingly. This is good news as far as portability is concerned: we can dump the table of one host and decode it on another. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* Mass coding-style change: add spaces around operators.Jean Delvare2008-10-261-8/+8
|
* Drop trailing whitespace.Jean Delvare2008-02-161-2/+2
|
* Inline U64. It makes sense per se and also lets us get rid of a warningJean Delvare2006-05-101-1/+1
| | | | about U64 being unused.
* Automatically enable the unaligned memory access workaround on ia64.Jean Delvare2006-05-101-8/+8
|
* Refactor WORD-like macros into types.h.Jean Delvare2004-04-221-0/+55
|
* Moved common "util" functions to util.c.Jean Delvare2003-06-171-0/+7