diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 5be8db45e368..4c8ac5fcc224 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -331,6 +331,7 @@ struct pci_dev {  	unsigned int	is_added:1;  	unsigned int	is_busmaster:1; /* device is busmaster */  	unsigned int	no_msi:1;	/* device may not use msi */ +	unsigned int	no_64bit_msi:1; /* device may only use 32-bit MSIs */  	unsigned int	block_cfg_access:1;	/* config space access is blocked */  	unsigned int	broken_parity_status:1;	/* Device generates false positive parity */  	unsigned int	irq_reroute_variant:2;	/* device needs IRQ rerouting variant */  | 
