mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2026-01-27 22:44:14 +00:00
The kernel header sanitizisation process now puts SPDK GPLv2 license comment on files. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
8 lines
141 B
C
8 lines
141 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _LINUX_PARAM_H
|
|
#define _LINUX_PARAM_H
|
|
|
|
#include <asm/param.h>
|
|
|
|
#endif
|