powerpc: drop _PAGE_FILE and pte_file()-related helpers
[linux/fpc-iii.git] / arch / arm / mach-keystone / keystone.h
blobcd04a1c14de8034b8c27dc5c5f9dbf7f0f31b64a
1 /*
2 * Copyright 2013 Texas Instruments, Inc.
3 * Cyril Chemparathy <cyril@ti.com>
4 * Santosh Shilimkar <santosh.shillimkar@ti.com>
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 */
11 #ifndef __KEYSTONE_H__
12 #define __KEYSTONE_H__
14 #define KEYSTONE_MON_CPU_UP_IDX 0x00
16 #ifndef __ASSEMBLER__
18 extern struct smp_operations keystone_smp_ops;
19 extern void secondary_startup(void);
20 extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
21 extern int keystone_pm_runtime_init(void);
23 #endif /* __ASSEMBLER__ */
24 #endif /* __KEYSTONE_H__ */