1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/include/asm/pgtable-hwdef.h
5 * Copyright (C) 1995-2002 Russell King
7 #ifndef _ASMARM_PGTABLE_HWDEF_H
8 #define _ASMARM_PGTABLE_HWDEF_H
10 #ifdef CONFIG_ARM_LPAE
11 #include <asm/pgtable-3level-hwdef.h>
13 #include <asm/pgtable-2level-hwdef.h>