mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
11 lines
195 B
C
11 lines
195 B
C
|
/*
|
||
|
* (C) Copyright 2016 Rockchip Electronics Co.,Ltd
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_SYS_PROTO_H
|
||
|
#define _ASM_ARCH_SYS_PROTO_H
|
||
|
|
||
|
#endif /* _ASM_ARCH_SYS_PROTO_H */
|