mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
need M_IOVEC define
This commit is contained in:
parent
01cf8d43b8
commit
04b25f8e3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174671
@ -73,10 +73,15 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <dev/pci/pcivar.h>
|
#include <dev/pci/pcivar.h>
|
||||||
#include <dev/pci/pci_private.h>
|
#include <dev/pci/pci_private.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include <vm/vm.h>
|
||||||
|
#include <vm/pmap.h>
|
||||||
#ifdef CONFIG_DEFINED
|
#ifdef CONFIG_DEFINED
|
||||||
#include <cxgb_include.h>
|
#include <cxgb_include.h>
|
||||||
|
#include <sys/mvec.h>
|
||||||
#else
|
#else
|
||||||
#include <dev/cxgb/cxgb_include.h>
|
#include <dev/cxgb/cxgb_include.h>
|
||||||
|
#include <dev/cxgb/sys/mvec.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PRIV_SUPPORTED
|
#ifdef PRIV_SUPPORTED
|
||||||
|
Loading…
Reference in New Issue
Block a user