mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 12:40:43 +01:00
rk3399: add a empty "sys_proto.h" header file
driver/usb/dwc3/gadget.c need a "sys_proto.h" header file, add a empty one to make compile success. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5a4a90f6e6
commit
4a79ececeb
1 changed files with 10 additions and 0 deletions
10
arch/arm/include/asm/arch-rockchip/sys_proto.h
Normal file
10
arch/arm/include/asm/arch-rockchip/sys_proto.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* (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 */
|
||||
Loading…
Add table
Reference in a new issue