Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

This commit is contained in:
Paolo Abeni
2022-04-15 09:26:00 +02:00
469 changed files with 4878 additions and 3535 deletions

View File

@@ -1,4 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_STDDEF_H
#define _UAPI_LINUX_STDDEF_H
#include <linux/compiler_types.h>
#ifndef __always_inline
@@ -41,3 +44,4 @@
struct { } __empty_ ## NAME; \
TYPE NAME[]; \
}
#endif