xref: /linux/arch/arm64/include/asm/page-def.h (revision 79d2e1919a2728ef49d938eb20ebd5903c14dfb0)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Based on arch/arm/include/asm/page.h
4  *
5  * Copyright (C) 1995-2003 Russell King
6  * Copyright (C) 2017 ARM Ltd.
7  */
8 #ifndef __ASM_PAGE_DEF_H
9 #define __ASM_PAGE_DEF_H
10 
11 #include <linux/const.h>
12 
13 #include <vdso/page.h>
14 
15 #endif /* __ASM_PAGE_DEF_H */
16