Thomas Gleixner | 2025cf9 | 2019-05-29 07:18:02 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Hiroshi DOYU | 89c788b | 2012-05-07 09:43:46 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. |
Hiroshi DOYU | 89c788b | 2012-05-07 09:43:46 +0300 | [diff] [blame] | 4 | */ |
| 5 | |
Thierry Reding | 306a7f9 | 2014-07-17 13:17:24 +0200 | [diff] [blame] | 6 | #ifndef __SOC_TEGRA_AHB_H__ |
| 7 | #define __SOC_TEGRA_AHB_H__ |
Hiroshi DOYU | 89c788b | 2012-05-07 09:43:46 +0300 | [diff] [blame] | 8 | |
| 9 | extern int tegra_ahb_enable_smmu(struct device_node *ahb); |
| 10 | |
Thierry Reding | 306a7f9 | 2014-07-17 13:17:24 +0200 | [diff] [blame] | 11 | #endif /* __SOC_TEGRA_AHB_H__ */ |