summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/if_ether.h
blob: 0e9a4fcc11a902c857576379f1cb1ee1ef3f45b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2020 SUSE LLC <mdoucha@suse.cz>
 */

#ifndef __LAPI_IF_ETHER_H__
#define __LAPI_IF_ETHER_H__

#include "config.h"

#ifdef HAVE_LINUX_IF_ETHER_H
# include <linux/if_ether.h>
#endif

#ifndef ETH_P_ALL
# define ETH_P_ALL 0x0003
#endif

#endif /* __LAPI_IF_ETHER_H__ */