Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git] / arch / arm / mach-sunxi / common.h
blob9e5ac4756cbb89f9e06a03a8f88c3ba08dbfba22
1 /*
2 * Core functions for Allwinner SoCs
4 * Copyright (C) 2013 Maxime Ripard
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
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.
13 #ifndef __ARCH_SUNXI_COMMON_H_
14 #define __ARCH_SUNXI_COMMON_H_
16 void sun6i_secondary_startup(void);
17 extern struct smp_operations sun6i_smp_ops;
19 #endif /* __ARCH_SUNXI_COMMON_H_ */