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.
This commit is contained in:
John Baldwin 2016-05-09 20:01:34 +00:00
parent faef00a3e1
commit d3cd2df1f2

View File

@ -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"