]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - include/soc/tegra/ahb.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
[mirror_ubuntu-focal-kernel.git] / include / soc / tegra / ahb.h
CommitLineData
2025cf9e 1/* SPDX-License-Identifier: GPL-2.0-only */
89c788ba
HD
2/*
3 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
89c788ba
HD
4 */
5
306a7f91
TR
6#ifndef __SOC_TEGRA_AHB_H__
7#define __SOC_TEGRA_AHB_H__
89c788ba
HD
8
9extern int tegra_ahb_enable_smmu(struct device_node *ahb);
10
306a7f91 11#endif /* __SOC_TEGRA_AHB_H__ */