xref: /kvm-unit-tests/lib/s390x/asm/page.h (revision 4363f1d9a646a5c7ea673bee8fc33ca6f2cddbd8)
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_PAGE_H_
12 #define _ASMS390X_PAGE_H_
13 
14 #include <asm-generic/page.h>
15 
16 #endif
17