| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * This file contains common function prototypes to avoid externs in the c files. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under GPLv2 or later. |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | |
|---|
| 9 | 8 | #ifndef __MACH_PRIMA2_COMMON_H__ |
|---|
| .. | .. |
|---|
| 15 | 14 | #include <asm/mach/time.h> |
|---|
| 16 | 15 | #include <asm/exception.h> |
|---|
| 17 | 16 | |
|---|
| 17 | +extern volatile int prima2_pen_release; |
|---|
| 18 | + |
|---|
| 18 | 19 | extern const struct smp_operations sirfsoc_smp_ops; |
|---|
| 19 | 20 | extern void sirfsoc_secondary_startup(void); |
|---|
| 20 | 21 | extern void sirfsoc_cpu_die(unsigned int cpu); |
|---|