mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
66356b4c06
Signed-off-by: Wolfgang Denk <wd@denx.de>
10 lines
223 B
C
10 lines
223 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2019
|
|
* Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_IMXRT_H
|
|
#define _ASM_ARCH_IMXRT_H
|
|
|
|
#endif /* _ASM_ARCH_IMXRT_H */
|