WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / mach-keystone / keystone.h
blob438e531cc0074ab8ed80341f62752e266ce0c6ed
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright 2013 Texas Instruments, Inc.
4 * Cyril Chemparathy <cyril@ti.com>
5 * Santosh Shilimkar <santosh.shillimkar@ti.com>
6 */
8 #ifndef __KEYSTONE_H__
9 #define __KEYSTONE_H__
11 #define KEYSTONE_MON_CPU_UP_IDX 0x00
13 #ifndef __ASSEMBLER__
15 extern const struct smp_operations keystone_smp_ops;
16 extern void secondary_startup(void);
17 extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
18 extern int keystone_pm_runtime_init(void);
20 #endif /* __ASSEMBLER__ */
21 #endif /* __KEYSTONE_H__ */