Linux 5.6.13
[linux/fpc-iii.git] / include / soc / tegra / emc.h
blob05199a97ccf45686c9406ba27babefa593c61ee0
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
4 */
6 #ifndef __SOC_TEGRA_EMC_H__
7 #define __SOC_TEGRA_EMC_H__
9 struct tegra_emc;
11 int tegra_emc_prepare_timing_change(struct tegra_emc *emc,
12 unsigned long rate);
13 void tegra_emc_complete_timing_change(struct tegra_emc *emc,
14 unsigned long rate);
16 #endif /* __SOC_TEGRA_EMC_H__ */