mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
9 lines
145 B
C
9 lines
145 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||
|
#define __ASM_ARCH_BOOT0_H__
|
||
|
|
||
|
#include <asm/arch-rockchip/boot0.h>
|
||
|
|
||
|
#endif
|