mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-07 01:44:39 +02:00
12 lines
204 B
C
12 lines
204 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_BOOT0_H__
|
|
#define __ASM_ARCH_BOOT0_H__
|
|
|
|
#include <asm/arch-rockchip/boot0.h>
|
|
|
|
#endif
|