GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-tegra / include / mach / clk.h
blob2896f25ebfb57f0ce29cc43a4965763284166422
1 /*
2 * arch/arm/mach-tegra/include/mach/clk.h
4 * Copyright (C) 2010 Google, Inc.
6 * Author:
7 * Erik Gilling <konkers@google.com>
9 * This software is licensed under the terms of the GNU General Public
10 * License version 2, as published by the Free Software Foundation, and
11 * may be copied, distributed, and modified under those terms.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
20 #ifndef __MACH_CLK_H
21 #define __MACH_CLK_H
23 void tegra_periph_reset_deassert(struct clk *c);
24 void tegra_periph_reset_assert(struct clk *c);
26 #endif