mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 23:39:06 +08:00
This patch makes sure we build AF_XDP-related code as part of libbpf. This also required copying few uapi/linux headers and adding few used definitions in include headers. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
8 lines
143 B
C
8 lines
143 B
C
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
|
|
#ifndef __ASM_BARRIER_H
|
|
#define __ASM_BARRIER_H
|
|
|
|
#include <linux/compiler.h>
|
|
|
|
#endif
|