Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d65b4e98d7ea3038b767b70fe8be959b2913f16d authored by Linus Torvalds on 09 February 2012, 03:21:53 UTC
Linux 3.3-rc3
Tip revision: d65b4e9
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