diff options
-rw-r--r-- | sys/dev/pci/pcivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 6c30615..2b15c4d 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -182,7 +182,7 @@ enum pci_device_ivars { /* * Simplified accessors for pci devices */ -#define PCI_ACCESSOR(var, ivar, type) \ +#define PCI_ACCESSOR(var, ivar, type) \ __BUS_ACCESSOR(pci, var, PCI, ivar, type) PCI_ACCESSOR(subvendor, SUBVENDOR, u_int16_t) |