aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-sunxi/sys_proto.h
blob: c3e636e1d9b6ae9ce1ff331a9660ad538ecc3028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (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