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