drm/tidss: Fix typos
[drm/drm-misc.git] / include / soc / tegra / irq.h
blob94539551c8c1f3a9e6b3abe46d71bd0a9e404537
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2012, NVIDIA Corporation. All rights reserved.
4 */
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);
13 #else
14 static inline bool tegra_pending_sgi(void)
16 return false;
18 #endif
20 #endif /* __SOC_TEGRA_IRQ_H */