xref: /dragonfly/sys/platform/pc64/include/msi_var.h (revision 279dd846)
1 #ifndef _ARCH_MSI_VAR_H_
2 #define _ARCH_MSI_VAR_H_
3 
4 #ifndef _SYS_TYPES_H_
5 #include <sys/types.h>
6 #endif
7 
8 void	msi_setup(int intr, int cpuid);
9 void	msi_map(int intr, uint64_t *addr, uint32_t *data, int cpuid);
10 
11 #endif	/* !_ARCH_MSI_VAR_H_ */
12