xref: /kvm-unit-tests/lib/s390x/asm/io.h (revision c9a344475cffd9b4de9e5299fb6b2fd6af00003e)
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_IO_H_
10 #define _ASMS390X_IO_H_
11 
12 #define __iomem
13 
14 #include <asm-generic/io.h>
15 
16 #endif
17