]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/soc/tegra/emc.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-jammy-kernel.git] / include / soc / tegra / emc.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
73a7f0a9
MP
2/*
3 * Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
73a7f0a9
MP
4 */
5
6#ifndef __SOC_TEGRA_EMC_H__
7#define __SOC_TEGRA_EMC_H__
8
9struct tegra_emc;
10
11int tegra_emc_prepare_timing_change(struct tegra_emc *emc,
12 unsigned long rate);
13void tegra_emc_complete_timing_change(struct tegra_emc *emc,
14 unsigned long rate);
15
16#endif /* __SOC_TEGRA_EMC_H__ */