mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
13 lines
245 B
C
13 lines
245 B
C
|
/* 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 */
|