xref: /kvm-unit-tests/lib/s390x/asm/barrier.h (revision fdab948bc134fb9989a8265380a55e809879418e)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2017 Red Hat Inc
4  *
5  * Authors:
6  *  Thomas Huth <thuth@redhat.com>
7  *  David Hildenbrand <david@redhat.com>
8  */
9 #ifndef _ASM_S390X_BARRIER_H_
10 #define _ASM_S390X_BARRIER_H_
11 
12 #include <asm-generic/barrier.h>
13 
14 #endif
15