Date: Tue, 10 May 2016 03:32:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299309 - head/sys/dev/cxgbe/iw_cxgbe Message-ID: <201605100332.u4A3WMWB049794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue May 10 03:32:22 2016 New Revision: 299309 URL: https://svnweb.freebsd.org/changeset/base/299309 Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/qp.c Tue May 10 03:22:31 2016 (r299308) +++ head/sys/dev/cxgbe/iw_cxgbe/qp.c Tue May 10 03:32:22 2016 (r299309) @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); struct sge_iq; struct rss_header; +struct cpl_set_tcb_rpl; #include <linux/types.h> #include "offload.h" #include "tom/t4_tom.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605100332.u4A3WMWB049794>