hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mach-prima2/common.h
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * This file contains common function prototypes to avoid externs in the c files.
34 *
45 * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
5
- *
6
- * Licensed under GPLv2 or later.
76 */
87
98 #ifndef __MACH_PRIMA2_COMMON_H__
....@@ -15,6 +14,8 @@
1514 #include <asm/mach/time.h>
1615 #include <asm/exception.h>
1716
17
+extern volatile int prima2_pen_release;
18
+
1819 extern const struct smp_operations sirfsoc_smp_ops;
1920 extern void sirfsoc_secondary_startup(void);
2021 extern void sirfsoc_cpu_die(unsigned int cpu);