mpls.h (0cce284537fb42d9c28b9b31038ffc9b464555f5) mpls.h (5b497af42fab12cadc0e29bcb7052cf9963603f5)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * Copyright (c) 2014 Nicira, Inc.
2/*
3 * Copyright (c) 2014 Nicira, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of version 2 of the GNU General Public
6 * License as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 */
13
14#ifndef _NET_MPLS_H
15#define _NET_MPLS_H 1
16
17#include <linux/if_ether.h>
18#include <linux/netdevice.h>
19

--- 17 unchanged lines hidden ---
4 */
5
6#ifndef _NET_MPLS_H
7#define _NET_MPLS_H 1
8
9#include <linux/if_ether.h>
10#include <linux/netdevice.h>
11

--- 17 unchanged lines hidden ---