Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
80cb22c58bd9ec11e970bae84510a99171b691eb
/
.
/
arch
/
arm
/
include
/
asm
/
arm11.h
blob: 5276f735ef93cd6ea6c82fc0c17ebda284f6b6c4 [
file
] [
log
] [
blame
]
/* 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 */