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