"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "3d29d12b32cb273e47431759f0cc21d5c9fdb61e"
Commit e9c1dcbc authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/proto/pcie: add programming interface field

parent 4af2fc84
...@@ -90,6 +90,8 @@ struct SimbricksProtoPcieDevIntro { ...@@ -90,6 +90,8 @@ struct SimbricksProtoPcieDevIntro {
uint8_t pci_subclass; uint8_t pci_subclass;
/* PCI revision */ /* PCI revision */
uint8_t pci_revision; uint8_t pci_revision;
/* PCI prog if */
uint8_t pci_progif;
/* PCI number of MSI vectors */ /* PCI number of MSI vectors */
uint8_t pci_msi_nvecs; uint8_t pci_msi_nvecs;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment