blob: 43a1b4789a6ed2019492576e0b815dd726e917c3 [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
14extern struct smp_operations keystone_smp_ops;
15extern void secondary_startup(void);
16
17#endif /* __KEYSTONE_H__ */