summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mmuinfo.h
blob: 3005c388b967476df409c0f85a87cc1389e7599c (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __ARM_ASM_MMUINFO_H__
#define __ARM_ASM_MMUINFO_H__

int mmuinfo_v7(void *addr);
int mmuinfo_v8(void *addr);

#endif