#ifndef _NET_GRO_CELLS_H #define _NET_GRO_CELLS_H #include #include #include struct gro_cell; struct gro_cells { struct gro_cell __percpu *cells; }; int gro_cells_receive(struct gro_cells *gcells, struct sk_buff *skb); int gro_cells_init(struct gro_cells *gcells, struct net_device *dev); void gro_cells_destroy(struct gro_cells *gcells); #endif link rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra20_spdif.h')