swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 authored by Linus Torvalds on 10 June 2009, 03:05:27 UTC
Linux 2.6.30
Tip revision: 07a2039
generic.h
/*
 *  linux/arch/arm/mach-imx/generic.h
 *
 * Author:	Sascha Hauer <sascha@saschahauer.de>
 * Copyright:	Synertronixx GmbH
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

extern void __init imx_map_io(void);
extern void __init imx_init_irq(void);

struct sys_timer;
extern struct sys_timer imx_timer;
back to top