2019-05-29 22:18:02 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2012-05-07 14:43:46 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2014-07-17 19:17:24 +08:00
|
|
|
#ifndef __SOC_TEGRA_AHB_H__
|
|
|
|
#define __SOC_TEGRA_AHB_H__
|
2012-05-07 14:43:46 +08:00
|
|
|
|
|
|
|
extern int tegra_ahb_enable_smmu(struct device_node *ahb);
|
|
|
|
|
2014-07-17 19:17:24 +08:00
|
|
|
#endif /* __SOC_TEGRA_AHB_H__ */
|