/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File cthw20k2.h * * @Brief * This file contains the definition of hardware access methord. * * @Author Liu Chun * @Date May 13 2008 * */ #ifndef CTHW20K2_H #define CTHW20K2_H #include "cthardware.h" int create_20k2_hw_obj(struct hw **rhw); int destroy_20k2_hw_obj(struct hw *hw); #endif /* CTHW20K2_H */ Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_gact.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-11 02:31:11 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-11 02:31:11 -0500
commit35eeacf1820a08305c2b0960febfa190f5a6dd63 (patch)
treef1227c7384ee01d3f029cc5f82223234e6456c5f /include/net/tc_act/tc_gact.h
parentbed45f79a2afc9d7c279b880dfcac8f27d513b50 (diff)
parent1ee18329fae936089c6c599250ae92482ff2b81f (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'include/net/tc_act/tc_gact.h')