diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-01-18 03:10:46 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-01-18 03:10:46 +0000 |
commit | 54ab3115e3adc2d7bda94be6371654896bc9d33a (patch) | |
tree | bafdb98e317407ae8632b7fadacf2856b3e6065e /src/include/device | |
parent | 328852d24353f439e0419b50aebce39482f6a5cd (diff) |
class code reverse
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_rom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/device/pci_rom.h b/src/include/device/pci_rom.h index 4d82142459..3236254697 100644 --- a/src/include/device/pci_rom.h +++ b/src/include/device/pci_rom.h @@ -24,8 +24,8 @@ struct pci_data { uint16_t reserved_1; uint16_t dlen; uint8_t drevision; - uint8_t class_hi; - uint16_t class_lo; + uint8_t class_lo; + uint16_t class_hi; uint16_t ilen; uint16_t irevision; uint8_t type; |