X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fpci_types.h;h=e0d52376c7ba048c0e38f04b94a884d0e051b536;hb=d0886c953a9e5969ee0f54f11bb146bfe888bfe3;hp=34de6361d024ea770ae8d81b01dc00b70c5e2df5;hpb=11bbd0b954aa7ee9fe8007e6207e876074c79f44;p=palacios.git diff --git a/palacios/include/devices/pci_types.h b/palacios/include/devices/pci_types.h index 34de636..e0d5237 100644 --- a/palacios/include/devices/pci_types.h +++ b/palacios/include/devices/pci_types.h @@ -32,7 +32,8 @@ struct pci_config_header { uint16_t status; - uint16_t revision; + uint8_t revision; + uint8_t prog_if; uint8_t subclass; uint8_t class;