1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2013 Texas Instruments, Inc.
4 * Cyril Chemparathy <cyril@ti.com>
5 * Santosh Shilimkar <santosh.shillimkar@ti.com>
11 #define KEYSTONE_MON_CPU_UP_IDX 0x00
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__ */