mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
9839c6b8dd
Patch from Tony Lindgren This patch syncs the mainline kernel with linux-omap tree. The highlights of the patch are: - Start adding 24xx support by Paul Mundt - Clean-up of cpu detection by Dirk Behme and Tony Lindgren - Add DSP header by Toshihiro Kobayashi - Add support for mtd-xip by Vladimir Barinov - Add various new mux registers - Move OMAP specific serial defines back to serial.h Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
21 lines
587 B
C
21 lines
587 B
C
/*
|
|
* Copyright (C) 2004 2N Telekomunikace, Ladislav Michl <michl@2n.cz>
|
|
*
|
|
* Hardware definitions for OMAP5910 based VoiceBlue board.
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_VOICEBLUE_H
|
|
#define __ASM_ARCH_VOICEBLUE_H
|
|
|
|
extern void voiceblue_wdt_enable(void);
|
|
extern void voiceblue_wdt_disable(void);
|
|
extern void voiceblue_wdt_ping(void);
|
|
extern void voiceblue_reset(void);
|
|
|
|
#endif /* __ASM_ARCH_VOICEBLUE_H */
|
|
|