]> Git Repo - linux.git/blob - arch/arm/mach-sunxi/common.h
tcp: IPv6 support for fastopen server
[linux.git] / arch / arm / mach-sunxi / common.h
1 /*
2  * Core functions for Allwinner SoCs
3  *
4  * Copyright (C) 2013 Maxime Ripard
5  *
6  * Maxime Ripard <[email protected]>
7  *
8  * This file is licensed under the terms of the GNU General Public
9  * License version 2.  This program is licensed "as is" without any
10  * warranty of any kind, whether express or implied.
11  */
12
13 #ifndef __ARCH_SUNXI_COMMON_H_
14 #define __ARCH_SUNXI_COMMON_H_
15
16 void sun6i_secondary_startup(void);
17 extern struct smp_operations sun6i_smp_ops;
18
19 #endif /* __ARCH_SUNXI_COMMON_H_ */
This page took 0.034839 seconds and 4 git commands to generate.