xref: /freebsd/sys/dev/cxgb/cxgb_include.h (revision 0957b409)
1 /*
2  *  $FreeBSD$
3  */
4 
5 #include <sys/cdefs.h>
6 #include <sys/param.h>
7 #include <sys/types.h>
8 #include <sys/sysctl.h>
9 #include <machine/bus.h>
10 #include <cxgb_osdep.h>
11 #include <common/cxgb_common.h>
12 #include <cxgb_ioctl.h>
13 #include <cxgb_offload.h>
14 #include <common/cxgb_regs.h>
15 #include <common/cxgb_t3_cpl.h>
16 #include <common/cxgb_ctl_defs.h>
17 #include <common/cxgb_sge_defs.h>
18 #include <common/cxgb_firmware_exports.h>
19 #include <common/jhash.h>
20 
21 SYSCTL_DECL(_hw_cxgb);
22