]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/msi.h
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
[karo-tx-linux.git] / include / linux / msi.h
index 37c1bbe546e5ef6f628695f1c8ba82e710b82934..6991ab5b24d1bbfd736df4d27315a83ee7271779 100644 (file)
@@ -21,6 +21,7 @@ extern void write_msi_msg(unsigned int irq, struct msi_msg *msg);
 struct msi_desc {
        struct {
                __u8    is_msix : 1;
+               __u8    multiple: 3;    /* log2 number of messages */
                __u8    maskbit : 1;    /* mask-pending bit supported ?   */
                __u8    is_64   : 1;    /* Address size: 0=32bit 1=64bit  */
                __u8    pos;            /* Location of the msi capability */