summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arm11.h
blob: 5276f735ef93cd6ea6c82fc0c17ebda284f6b6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2023 Marek Vasut <marex@denx.de>
 */
#ifndef ARM11_H
#define ARM11_H

#ifndef __ASSEMBLY__
void arm11_arch_cp15_allow_unaligned(void);
#endif /* ! __ASSEMBLY__ */

#endif	/* ARM11_H */