]> err.no Git - linux-2.6/blobdiff - include/linux/pci_regs.h
m68k: remove unused adb.h
[linux-2.6] / include / linux / pci_regs.h
index f09cce2357ff47e53183cdd3f09a39f1a51a05f5..495d368390e0b00b69b3492ed1ee25338c5c56a6 100644 (file)
 #define PCI_MSIX_FLAGS         2
 #define  PCI_MSIX_FLAGS_QSIZE  0x7FF
 #define  PCI_MSIX_FLAGS_ENABLE (1 << 15)
+#define  PCI_MSIX_FLAGS_MASKALL        (1 << 14)
 #define PCI_MSIX_FLAGS_BIRMASK (7 << 0)
 #define PCI_MSIX_FLAGS_BITMASK (1 << 0)