Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.git] / arch / arm / mach-msm / common.h
CommitLineData
4312a7ef
SB
1/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12#ifndef __MACH_COMMON_H
13#define __MACH_COMMON_H
14
6bb27d73
SW
15extern void msm7x01_timer_init(void);
16extern void msm7x30_timer_init(void);
17extern void msm_dt_timer_init(void);
18extern void qsd8x50_timer_init(void);
4312a7ef 19
85a9f0f5
SB
20extern void msm_map_common_io(void);
21extern void msm_map_msm7x30_io(void);
22extern void msm_map_msm8x60_io(void);
23extern void msm_map_msm8960_io(void);
24extern void msm_map_qsd8x50_io(void);
25
9b97173e 26extern void __iomem *__msm_ioremap_caller(phys_addr_t phys_addr, size_t size,
85a9f0f5
SB
27 unsigned int mtype, void *caller);
28
be2109e1
DB
29extern struct smp_operations msm_smp_ops;
30extern void msm_cpu_die(unsigned int cpu);
85a9f0f5 31
4312a7ef 32#endif
This page took 0.067711 seconds and 5 git commands to generate.