/* * arch/arm/mach-spear6xx/include/mach/generic.h * * SPEAr6XX machine family specific generic header file * * Copyright (C) 2009 ST Microelectronics * Rajeev Kumar * * 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 void __init spear_setup_timer(resource_size_t base, int irq); void spear_restart(char, const char *); void __init spear6xx_clk_init(void); #endif /* __MACH_GENERIC_H */