Fix PCI module

Authored by konradr on Aug 1 2019, 11:38 PM.

Description

Fix PCI module

PCI module work properly only if PCI configuration structures are packed.
This commit adds "#pragma pack" preprocessor directive to make it possible
in wider range of compilers. It should be safe even if not supported since
unknown "pragmas" should be ignored by compilers.

Differential Revision: https://phabricator.kde.org/D18920

Details

Committed
cfeckAug 1 2019, 11:38 PM
Differential Revision
D18920: Fix PCI module
Parents
R102:ed789f56fc69: Update and add some device names in PCI module
Branches
Unknown
Tags
Unknown