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
|