1 #ifndef _ARCH_MSI_MACHDEP_H_
2 #define	_ARCH_MSI_MACHDEP_H_
3 
4 #include <machine_base/apic/apicreg.h>
5 
6 #define MSI_X86_ADDR_BASE	0xfee00000
7 #define	MSI_X86_DATA_INTVEC	IOART_INTVEC	/* Interrupt vector. */
8 
9 #endif	/* !_ARCH_MSI_MACHDEP_H_ */
10