Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi...
[linux-2.6-block.git] / arch / arm / mach-keystone / keystone.h
CommitLineData
f07cb6a0
SS
1/*
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
3aae7ab0
SS
14#define KEYSTONE_MON_CPU_UP_IDX 0x00
15
16#ifndef __ASSEMBLER__
17
f07cb6a0
SS
18extern struct smp_operations keystone_smp_ops;
19extern void secondary_startup(void);
3aae7ab0 20extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
8308a78d 21extern int keystone_pm_runtime_init(void);
f07cb6a0 22
3aae7ab0 23#endif /* __ASSEMBLER__ */
f07cb6a0 24#endif /* __KEYSTONE_H__ */