u-boot/arch/arm/include/asm/arch-sunxi/sys_proto.h

17 lines
283 B
C

/*
* (C) Copyright 2007-2012
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
* Tom Cubie <tangliang@allwinnertech.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _SYS_PROTO_H_
#define _SYS_PROTO_H_
#include <linux/types.h>
void sdelay(unsigned long);
#endif