1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2012, NVIDIA Corporation. All rights reserved.
6 #ifndef __SOC_TEGRA_IRQ_H
7 #define __SOC_TEGRA_IRQ_H
9 #include <linux/types.h>
11 #if defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA)
12 bool tegra_pending_sgi(void);
14 static inline bool tegra_pending_sgi(void)
20 #endif /* __SOC_TEGRA_IRQ_H */