1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-17 08:32:07 +02:00
Files
u-boot-megous/arch/arm/include/asm/unaligned.h
Jens Wiklander c8216147a5 arm: use asm-generic/unaligned.h
Arm duplicates the content of asm-generic/unaligned.h, so use that file
directly instead.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2023-05-31 14:05:34 -04:00

3 lines
74 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#include <asm-generic/unaligned.h>