Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c authored by Linus Torvalds on 22 August 2011, 18:42:53 UTC
Linux 3.1-rc3
Tip revision: fcb8ce5
wd_timer.h
/*
 * OMAP2+ MPU WD_TIMER-specific function prototypes
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

#ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
#define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H

#include <plat/omap_hwmod.h>

extern int omap2_wd_timer_disable(struct omap_hwmod *oh);

#endif
back to top