blob: 46168b21898dcd771c5befca5cbbd64a96aa4e73 [file] [log] [blame]
Thomas Gleixner2025cf92019-05-29 07:18:02 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Hiroshi DOYU89c788b2012-05-07 09:43:46 +03002/*
3 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
Hiroshi DOYU89c788b2012-05-07 09:43:46 +03004 */
5
Thierry Reding306a7f92014-07-17 13:17:24 +02006#ifndef __SOC_TEGRA_AHB_H__
7#define __SOC_TEGRA_AHB_H__
Hiroshi DOYU89c788b2012-05-07 09:43:46 +03008
9extern int tegra_ahb_enable_smmu(struct device_node *ahb);
10
Thierry Reding306a7f92014-07-17 13:17:24 +020011#endif /* __SOC_TEGRA_AHB_H__ */