Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
/*
 *  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;