i386 removal, part 11/x: Remove wrong machine/ setup in the boot Makefiles.
[dragonfly.git] / sys / platform / pc32 / include / msi_var.h
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);
9 void    msi_map(int intr, uint64_t *addr, uint32_t *data, int cpuid);
10
11 #endif  /* !_ARCH_MSI_VAR_H_ */