blob: cd04a1c14de8034b8c27dc5c5f9dbf7f0f31b64a [file] [log] [blame]
Santosh Shilimkarf07cb6a2013-06-10 12:20:17 -04001/*
2 * Copyright 2013 Texas Instruments, Inc.
3 * Cyril Chemparathy <cyril@ti.com>
4 * Santosh Shilimkar <santosh.shillimkar@ti.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
9 */
10
11#ifndef __KEYSTONE_H__
12#define __KEYSTONE_H__
13
Santosh Shilimkar3aae7ab2013-06-21 18:54:47 -040014#define KEYSTONE_MON_CPU_UP_IDX 0x00
15
16#ifndef __ASSEMBLER__
17
Santosh Shilimkarf07cb6a2013-06-10 12:20:17 -040018extern struct smp_operations keystone_smp_ops;
19extern void secondary_startup(void);
Santosh Shilimkar3aae7ab2013-06-21 18:54:47 -040020extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
Santosh Shilimkar8308a782013-11-23 17:08:03 -050021extern int keystone_pm_runtime_init(void);
Santosh Shilimkarf07cb6a2013-06-10 12:20:17 -040022
Santosh Shilimkar3aae7ab2013-06-21 18:54:47 -040023#endif /* __ASSEMBLER__ */
Santosh Shilimkarf07cb6a2013-06-10 12:20:17 -040024#endif /* __KEYSTONE_H__ */