1 /* 2 * Copyright (c) 2017 Red Hat Inc 3 * 4 * Authors: 5 * Thomas Huth <thuth@redhat.com> 6 * David Hildenbrand <david@redhat.com> 7 * 8 * This code is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU Library General Public License version 2. 10 */ 11 #ifndef _ASMS390X_IO_H_ 12 #define _ASMS390X_IO_H_ 13 14 #define __iomem 15 16 #include <asm-generic/io.h> 17 18 #endif 19