summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-hwdb-def.h
AgeCommit message (Collapse)Author
2012-12-17Fix "attribute 'packed' is ignored" warnings when using ClangRichard Yao
Clang 3.1 warned that "attribute 'packed' is ignored". This stems from placing "__attribute__ ((packed))" at the start of structure declarations when common practice is to place it at the end. Signed-off-by: Richard Yao <ryao@gentoo.org>
2012-11-12libudev: update copyright headersKay Sievers
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers