aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-11-17 19:23:34 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-11-17 19:23:34 -0500
commitc68cfdc0a5879b4397dcfa837ba81a06039c2943 (patch)
tree1ed0119e430078094c0d15b0ffe686b7deb8a9ef /scripts/gdb/linux/tasks.py
parentfc14f9c1272f62c3e8d01300f52467c0d9af50f9 (diff)
parentdb597605821fccc49876705aea5db5443d67e53e (diff)
Merge back 'pm-sleep' material for 3.19-rc1.
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions
the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #ifndef _LINUX_IF_ETHER_H #define _LINUX_IF_ETHER_H #include <linux/skbuff.h> #include <uapi/linux/if_ether.h> static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) { return (struct ethhdr *)skb_mac_header(skb); } int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr); int mac_pton(const char *s, u8 *mac); extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len); #endif /* _LINUX_IF_ETHER_H */