2010-04-01 12:30:31 +01:00
|
|
|
/*
|
|
|
|
|
* arch/arm/mach-spear6xx/include/mach/generic.h
|
|
|
|
|
*
|
|
|
|
|
* SPEAr6XX machine family specific generic header file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2009 ST Microelectronics
|
|
|
|
|
* Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
|
|
|
|
*
|
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
|
* License version 2. This program is licensed "as is" without any
|
|
|
|
|
* warranty of any kind, whether express or implied.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __MACH_GENERIC_H
|
|
|
|
|
#define __MACH_GENERIC_H
|
|
|
|
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
|
|
|
2012-04-11 17:30:11 +00:00
|
|
|
void __init spear_setup_timer(resource_size_t base, int irq);
|
2011-11-05 21:10:37 +00:00
|
|
|
void spear_restart(char, const char *);
|
2012-04-11 17:30:11 +00:00
|
|
|
void __init spear6xx_clk_init(void);
|
2010-04-01 12:30:31 +01:00
|
|
|
|
|
|
|
|
#endif /* __MACH_GENERIC_H */
|