include/pci_regs: add PCI_STD_NUM_BARS macro

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
Bowen Wang 2024-03-25 11:10:18 +08:00 committed by Mateusz Szafoni
parent 1407a44862
commit e33bdd9e38

View File

@ -26,6 +26,7 @@
*/
#define PCI_STD_HEADER_SIZEOF 64
#define PCI_STD_NUM_BARS 6 /* Number of standard BARs */
#define PCI_VENDOR_ID 0x00 /* 16 bits */
#define PCI_DEVICE_ID 0x02 /* 16 bits */
#define PCI_COMMAND 0x04 /* 16 bits */