1294441Szbb/*-
2294441Szbb * Copyright (c) 2015 Semihalf.
3294441Szbb * Copyright (c) 2015 Stormshield.
4294441Szbb * All rights reserved.
5294441Szbb *
6294441Szbb * Redistribution and use in source and binary forms, with or without
7294441Szbb * modification, are permitted provided that the following conditions
8294441Szbb * are met:
9294441Szbb * 1. Redistributions of source code must retain the above copyright
10294441Szbb *    notice, this list of conditions and the following disclaimer.
11294441Szbb * 2. Redistributions in binary form must reproduce the above copyright
12294441Szbb *    notice, this list of conditions and the following disclaimer in the
13294441Szbb *    documentation and/or other materials provided with the distribution.
14294441Szbb *
15294441Szbb * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16294441Szbb * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17294441Szbb * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18294441Szbb * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19294441Szbb * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20294441Szbb * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21294441Szbb * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22294441Szbb * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23294441Szbb * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24294441Szbb * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25294441Szbb * SUCH DAMAGE.
26294441Szbb *
27294441Szbb * $FreeBSD: releng/11.0/sys/arm/mv/armada38x/pmsu.h 294441 2016-01-20 14:49:16Z zbb $
28294441Szbb */
29294441Szbb
30294441Szbb#include "opt_global.h"
31294441Szbb
32294441Szbb#ifdef SMP
33294441Szbb/* Boot secondary core using PMSU */
34294441Szbbint pmsu_boot_secondary_cpu(void);
35294441Szbb#endif
36