summaryrefslogtreecommitdiff
path: root/linktype.h
blob: 8caa697799a96291bf9e3260945b5df2690371d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * netsniff-ng - the packet sniffing beast
 * Copyright 2009 - 2013 Daniel Borkmann.
 * Subject to the GPL, version 2.
 */

#ifndef LINKTYPE_H
#define LINKTYPE_H

#define LINKTYPE_NULL				0
#define LINKTYPE_EN10MB				1
#define LINKTYPE_EN3MB				2
#define LINKTYPE_AX25				3
#define LINKTYPE_PRONET				4
#define LINKTYPE_CHAOS				5
#define LINKTYPE_IEEE802			6
#define LINKTYPE_SLIP				8
#define LINKTYPE_PPP				9
#define LINKTYPE_FDDI				10
#define LINKTYPE_ATM_CLIP			19
#define LINKTYPE_C_HDLC				104
#define LINKTYPE_IEEE802_11			105
#define LINKTYPE_FRELAY				107
#define LINKTYPE_ECONET				115
#define LINKTYPE_ARCNET_LINUX			129
#define LINKTYPE_LINUX_IRDA			144
#define LINKTYPE_CAN20B				190
#define LINKTYPE_IEEE802_15_4_LINUX		191
#define LINKTYPE_INFINIBAND			247
#define LINKTYPE_NETLINK			253
#define LINKTYPE_MAX				254

#endif
x/net-next.git/tree/?h=nds-private-remove&id=acc58caa7016784cc52e8bcb4268191a1e03cfa6'>4b3c9408f5cf0f09105073aad974a9eaecb78867 /Documentation parent32280d66fd44de231b1d1a015e4ef41cac2d295c (diff)
dt-bindings: msm/mdp4: Create a separate binding doc for MDP4
MDP4 and MDP5 vary a bit in terms of device hierarchy and the properties they require. Rename the binding doc to mdp4.txt and remove MDP5 specific pieces. A separate document will be created for MDP5 Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/display/msm/mdp4.txt (renamed from Documentation/devicetree/bindings/display/msm/mdp.txt)27
1 files changed, 12 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/mdp.txt b/Documentation/devicetree/bindings/display/msm/mdp4.txt