/* * netsniff-ng - the packet sniffing beast * Subject to the GPL, version 2. */ #ifndef DISSECTOR_SLL_H #define DISSECTOR_SLL_H #include "hash.h" #include "proto.h" extern void dissector_init_sll(int fnttype); extern void dissector_cleanup_sll(void); extern struct protocol *dissector_get_sll_entry_point(void); extern struct protocol *dissector_get_sll_exit_point(void); #endif /* DISSECTOR_SLL_H */ ext.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-11-20 15:37:50 -0200
committerMark Brown <broonie@linaro.org>2013-11-24 13:45:53 +0000
commit008ef947d0c5d14442256a37f6bf6b14015efe26 (patch)
treeda5f1816e79594ad1ddb69a4b3345e9cdf329136
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ASoC: wm8523: Use IS_ENABLED() macro
Using the IS_ENABLED() macro can make the code shorter and simpler. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>