Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / include / soc / tegra / emc.h
blobf6db33b579ecc0ab522e081a6b70a2605f57c13d
1 /*
2 * Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #ifndef __SOC_TEGRA_EMC_H__
10 #define __SOC_TEGRA_EMC_H__
12 struct tegra_emc;
14 int tegra_emc_prepare_timing_change(struct tegra_emc *emc,
15 unsigned long rate);
16 void tegra_emc_complete_timing_change(struct tegra_emc *emc,
17 unsigned long rate);
19 #endif /* __SOC_TEGRA_EMC_H__ */