summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_include.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-12-15 21:54:59 +0000
committerkmacy <kmacy@FreeBSD.org>2007-12-15 21:54:59 +0000
commit62acf9d0374f04c8a2e757c1c0105057d0c51fa5 (patch)
tree0213d41f9a474f10078a56fce50a0d1453ec6d92 /sys/dev/cxgb/cxgb_include.h
parentd568417c8a243d45d370c377e37b6c67272575f5 (diff)
downloadFreeBSD-src-62acf9d0374f04c8a2e757c1c0105057d0c51fa5.zip
FreeBSD-src-62acf9d0374f04c8a2e757c1c0105057d0c51fa5.tar.gz
Import updated support code for the TOM (tcp offload module).
Diffstat (limited to 'sys/dev/cxgb/cxgb_include.h')
-rw-r--r--sys/dev/cxgb/cxgb_include.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h
index bbb0f7a..b17b741 100644
--- a/sys/dev/cxgb/cxgb_include.h
+++ b/sys/dev/cxgb/cxgb_include.h
@@ -3,6 +3,7 @@
*/
+
#ifdef CONFIG_DEFINED
#include <cxgb_osdep.h>
#include <common/cxgb_common.h>
@@ -14,11 +15,9 @@
#include <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>
-
-
+#include <ulp/toecore/cxgb_toedev.h>
#else
#include <dev/cxgb/cxgb_osdep.h>
#include <dev/cxgb/common/cxgb_common.h>
@@ -31,7 +30,9 @@
#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>
+#include <dev/cxgb/ulp/toecore/cxgb_toedev.h>
#endif
+
+
OpenPOWER on IntegriCloud