Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / x86 / include / asm / msi.h
CommitLineData
52f518a3
JL
1#ifndef _ASM_X86_MSI_H
2#define _ASM_X86_MSI_H
3#include <asm/hw_irq.h>
c8f3e518 4#include <asm/irqdomain.h>
52f518a3
JL
5
6typedef struct irq_alloc_info msi_alloc_info_t;
7
c8f3e518
JO
8int pci_msi_prepare(struct irq_domain *domain, struct device *dev, int nvec,
9 msi_alloc_info_t *arg);
10
11void pci_msi_set_desc(msi_alloc_info_t *arg, struct msi_desc *desc);
12
52f518a3 13#endif /* _ASM_X86_MSI_H */
This page took 0.055272 seconds and 5 git commands to generate.