summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cxgb/cxgb_include.h')
-rw-r--r--sys/dev/cxgb/cxgb_include.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h
new file mode 100644
index 0000000..c4eb5ad
--- /dev/null
+++ b/sys/dev/cxgb/cxgb_include.h
@@ -0,0 +1,37 @@
+/*
+ * $FreeBSD$
+ */
+
+
+#ifdef CONFIG_DEFINED
+#include <cxgb_osdep.h>
+#include <common/cxgb_common.h>
+#include <cxgb_ioctl.h>
+#include <cxgb_offload.h>
+#include <common/cxgb_regs.h>
+#include <common/cxgb_t3_cpl.h>
+#include <dev/cxgb/common/cxgb_ctl_defs.h>
+#include <dev/cxgb/common/cxgb_sge_defs.h>
+#include <common/cxgb_firmware_exports.h>
+#include <sys/mvec.h>
+#include <ulp/toecore/toedev.h>
+#include <sys/mbufq.h>
+#include <common/jhash.h>
+
+
+#else
+#include <dev/cxgb/cxgb_osdep.h>
+#include <dev/cxgb/common/cxgb_common.h>
+#include <dev/cxgb/cxgb_ioctl.h>
+#include <dev/cxgb/cxgb_offload.h>
+#include <dev/cxgb/common/cxgb_regs.h>
+#include <dev/cxgb/common/cxgb_t3_cpl.h>
+#include <dev/cxgb/common/cxgb_ctl_defs.h>
+#include <dev/cxgb/common/cxgb_sge_defs.h>
+#include <dev/cxgb/common/cxgb_firmware_exports.h>
+
+#include <dev/cxgb/sys/mvec.h>
+#include <dev/cxgb/ulp/toecore/toedev.h>
+#include <dev/cxgb/sys/mbufq.h>
+#include <dev/cxgb/common/jhash.h>
+#endif
OpenPOWER on IntegriCloud