xref: /kvm-unit-tests/lib/s390x/asm/spinlock.h (revision 4ceb02bf68f00a0cfe3532cf8cc96c101a6a16af)
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 __ASMS390X_SPINLOCK_H
10 #define __ASMS390X_SPINLOCK_H
11 
12 #include <asm-generic/spinlock.h>
13 
14 #endif
15