-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 326639 b: refs/heads/master c: 86edb87 h: refs/heads/master i: 326637: 5ad4095 326635: c444230 326631: 3fbfac0 326623: 3398f82 v: v3
- Loading branch information
Prashant Gaikwad
authored and
Stephen Warren
committed
Sep 6, 2012
1 parent
5695504
commit 8eaeeac
Showing
5 changed files
with
996 additions
and
1,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 88e790a445b35cf137a62e590ced5315defad060 | ||
refs/heads/master: 86edb87acbbdbddf62ad7b1c713891accb4dab33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms and conditions of the GNU General Public License, | ||
* version 2, as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope it will be useful, but WITHOUT | ||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
* more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#ifndef __MACH_TEGRA20_CLOCK_H | ||
#define __MACH_TEGRA20_CLOCK_H | ||
|
||
extern struct clk_ops tegra_pll_ops; | ||
extern struct clk_ops tegra_clk_m_ops; | ||
extern struct clk_ops tegra_pll_div_ops; | ||
extern struct clk_ops tegra_pllx_ops; | ||
extern struct clk_ops tegra_plle_ops; | ||
extern struct clk_ops tegra_clk_double_ops; | ||
extern struct clk_ops tegra_cdev_clk_ops; | ||
extern struct clk_ops tegra_audio_sync_clk_ops; | ||
extern struct clk_ops tegra_super_ops; | ||
extern struct clk_ops tegra_cpu_ops; | ||
extern struct clk_ops tegra_cop_ops; | ||
extern struct clk_ops tegra_bus_ops; | ||
extern struct clk_ops tegra_blink_clk_ops; | ||
extern struct clk_ops tegra_emc_clk_ops; | ||
extern struct clk_ops tegra_periph_clk_ops; | ||
extern struct clk_ops tegra_clk_shared_bus_ops; | ||
|
||
#endif |
Oops, something went wrong.