File: barrier.h

package info (click to toggle)
dwarves 1.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,916 kB
  • sloc: ansic: 154,000; python: 926; sh: 725; makefile: 193
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