/* * 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_LINUX_SLL 113 #define LINKTYPE_ECONET 115 #define LINKTYPE_IEEE802_11_RADIOTAP 127 #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 value='5c1537163ce716e317776565b8210ea06fa2b5de'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc/mxs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-11-20 15:37:47 -0200
committerMark Brown <broonie@linaro.org>2013-11-24 13:49:44 +0000
commit5c1537163ce716e317776565b8210ea06fa2b5de (patch)
treef1408f5e270911131f2250d8509ed7e6e2de2fb2 /sound/soc/mxs
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ASoC: wm8728: 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>
Diffstat (limited to 'sound/soc/mxs')