xref: /openbmc/linux/include/soc/tegra/ahb.h (revision 2025cf9e)
12025cf9eSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2306a7f91SThierry Reding /*
3306a7f91SThierry Reding  * Copyright (c) 2012, NVIDIA CORPORATION.  All rights reserved.
4306a7f91SThierry Reding  */
5306a7f91SThierry Reding 
6306a7f91SThierry Reding #ifndef __SOC_TEGRA_AHB_H__
7306a7f91SThierry Reding #define __SOC_TEGRA_AHB_H__
8306a7f91SThierry Reding 
9306a7f91SThierry Reding extern int tegra_ahb_enable_smmu(struct device_node *ahb);
10306a7f91SThierry Reding 
11306a7f91SThierry Reding #endif /* __SOC_TEGRA_AHB_H__ */
12