]> git.ipfire.org Git - people/arne_f/kernel.git/blame - include/linux/netfilter_bridge/ebt_802_3.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / include / linux / netfilter_bridge / ebt_802_3.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __LINUX_BRIDGE_EBT_802_3_H
3#define __LINUX_BRIDGE_EBT_802_3_H
4
1da177e4 5#include <linux/skbuff.h>
55c5cd3c 6#include <uapi/linux/netfilter_bridge/ebt_802_3.h>
1da177e4
LT
7
8static inline struct ebt_802_3_hdr *ebt_802_3_hdr(const struct sk_buff *skb)
9{
98e399f8 10 return (struct ebt_802_3_hdr *)skb_mac_header(skb);
1da177e4
LT
11}
12#endif