swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: bce7f793daec3e65ec5c5705d2457b81fe7b5725 authored by Linus Torvalds on 13 July 2008, 21:51:29 UTC
Linux 2.6.26
Tip revision: bce7f79
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