PATH:
usr
/
src
/
kernels
/
5.14.0-611.49.2.el9_7.x86_64
/
include
/
soc
/
tegra
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2012, NVIDIA Corporation. All rights reserved. */ #ifndef __SOC_TEGRA_IRQ_H #define __SOC_TEGRA_IRQ_H #include <linux/types.h> #if defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA) bool tegra_pending_sgi(void); #else static inline bool tegra_pending_sgi(void) { return false; } #endif #endif /* __SOC_TEGRA_IRQ_H */
[-] tegra-cbb.h
[edit]
[-] irq.h
[edit]
[-] pmc.h
[edit]
[-] pm.h
[edit]
[-] fuse.h
[edit]
[-] cpuidle.h
[edit]
[-] bpmp-abi.h
[edit]
[-] ivc.h
[edit]
[-] ahb.h
[edit]
[-] common.h
[edit]
[-] flowctrl.h
[edit]
[+]
..
[-] bpmp.h
[edit]
[-] mc.h
[edit]