aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi/common.h
blob: 9e5ac4756cbb89f9e06a03a8f88c3ba08dbfba22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Core functions for Allwinner SoCs
 *
 * Copyright (C) 2013 Maxime Ripard
 *
 * Maxime Ripard <maxime.ripard@free-electrons.com>
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef __ARCH_SUNXI_COMMON_H_
#define __ARCH_SUNXI_COMMON_H_

void sun6i_secondary_startup(void);
extern struct smp_operations sun6i_smp_ops;

#endif /* __ARCH_SUNXI_COMMON_H_ */