summaryrefslogtreecommitdiff
path: root/dissector_sll.h
blob: 2067942c22f0152091060014dc81888f57c961c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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 */
form>
authorDave Airlie <airlied@redhat.com>2016-09-01 06:03:35 +1000
committerDave Airlie <airlied@redhat.com>2016-09-01 06:03:35 +1000
commit8509eb19618c050b017a3da7f6dd3180106cdf32 (patch)
tree19fa505b6ea3cf8b96a159dae2b33cae2ae604f2 /Documentation/x86
parent279cf3f23870f7eb8ca071115e06d3d5ca0a2b9e (diff)
parent1f703e6679f373f5bba4efe7093aa82e91af4037 (diff)
Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Fixes for 4.8: - 2 CI S4 fixes - error handling fix * 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux: drm/amdgpu: record error code when ring test failed drm/amd/amdgpu: compute ring test fail during S4 on CI drm/amd/amdgpu: sdma resume fail during S4 on CI
Diffstat (limited to 'Documentation/x86')