Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2012, NVIDIA CORPORATION.  All rights reserved.
0004  */
0005 
0006 #ifndef __SOC_TEGRA_AHB_H__
0007 #define __SOC_TEGRA_AHB_H__
0008 
0009 extern int tegra_ahb_enable_smmu(struct device_node *ahb);
0010 
0011 #endif /* __SOC_TEGRA_AHB_H__ */