Date: Mon, 9 May 2016 20:01:34 +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: r299283 - head/sys/dev/cxgbe/iw_cxgbe Message-ID: <201605092001.u49K1YBG006225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Mon May 9 20:01:34 2016 New Revision: 299283 URL: https://svnweb.freebsd.org/changeset/base/299283 Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Other structures needed by prototypes in t4_tom.h are explicitly declared in this file, so adding the prototype here seems most consistent with existing code. Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/cm.c Mon May 9 20:01:18 2016 (r299282) +++ head/sys/dev/cxgbe/iw_cxgbe/cm.c Mon May 9 20:01:34 2016 (r299283) @@ -57,6 +57,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?201605092001.u49K1YBG006225>