/* * linux/sound/cs42l73.h -- Platform data for CS42L73 * * Copyright (c) 2012 Cirrus Logic Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __CS42L73_H #define __CS42L73_H struct cs42l73_platform_data { /* RST GPIO */ unsigned int reset_gpio; unsigned int chgfreq; int jack_detection; unsigned int mclk_freq; }; #endif /* __CS42L73_H */ :///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-01-23 18:21:55 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-02 14:31:52 +0100
commit97a6ad13decc16c5adbf181283932daba7e17faf (patch)
tree717cd3b83350f90f34578391e8137cc653110ff7 /include
parent6e10148c5c85629832d9156f337cbf67e96b69fe (diff)
netfilter: reduce direct skb->nfct usage
Next patch makes direct skb->nfct access illegal, reduce noise in next patch by using accessors we already have. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/ip_vs.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h