File: barrier.h

package info (click to toggle)
libbpf 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,696 kB
  • sloc: ansic: 36,195; cpp: 782; sh: 637; makefile: 170; python: 23
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __ASM_BARRIER_H
#define __ASM_BARRIER_H

#include <linux/compiler.h>

#endif