Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright 2013 Texas Instruments, Inc.
0004  *  Cyril Chemparathy <cyril@ti.com>
0005  *  Santosh Shilimkar <santosh.shillimkar@ti.com>
0006  */
0007 
0008 #ifndef __KEYSTONE_H__
0009 #define __KEYSTONE_H__
0010 
0011 #define KEYSTONE_MON_CPU_UP_IDX     0x00
0012 
0013 #ifndef __ASSEMBLER__
0014 
0015 extern const struct smp_operations keystone_smp_ops;
0016 extern void secondary_startup(void);
0017 extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
0018 extern int keystone_pm_runtime_init(void);
0019 
0020 #endif /* __ASSEMBLER__ */
0021 #endif /* __KEYSTONE_H__ */