/* * 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 */ atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/IRQ-affinity.txt
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-04-19 18:27:46 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-27 23:42:57 +0200
commitcdd9a6b2a7461021a5ee24bc130592c1bdc54cd8 (patch)
tree14a586611f6835c8b90afb023e65d9f32dc0d768 /Documentation/IRQ-affinity.txt
parent3db80c230da15ceb1a526438b458058abcd53800 (diff)
ACPI / APD: Remove CLK_IS_ROOT
This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate CLK_IS_ROOT", 2016-02-02) so remove it. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')