xref: /third_party/libbpf/include/asm/barrier.h (revision 7c2aad20)
1/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2#ifndef __ASM_BARRIER_H
3#define __ASM_BARRIER_H
4
5#include <linux/compiler.h>
6
7#endif
8