diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/pci_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h index 634c9c44ed6c..fff521c9458c 100644 --- a/include/uapi/linux/pci_regs.h +++ b/include/uapi/linux/pci_regs.h | |||
| @@ -114,7 +114,7 @@ | |||
| 114 | #define PCI_SUBSYSTEM_ID 0x2e | 114 | #define PCI_SUBSYSTEM_ID 0x2e |
| 115 | #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ | 115 | #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ |
| 116 | #define PCI_ROM_ADDRESS_ENABLE 0x01 | 116 | #define PCI_ROM_ADDRESS_ENABLE 0x01 |
| 117 | #define PCI_ROM_ADDRESS_MASK (~0x7ffUL) | 117 | #define PCI_ROM_ADDRESS_MASK (~0x7ffU) |
| 118 | 118 | ||
| 119 | #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ | 119 | #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ |
| 120 | 120 | ||
