root/arch/arm/mach-tegra/irq.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (c) 2012, NVIDIA Corporation. All rights reserved.
   4  */
   5 
   6 #ifndef __TEGRA_IRQ_H
   7 #define __TEGRA_IRQ_H
   8 
   9 bool tegra_pending_sgi(void);
  10 
  11 #endif

/* [<][>][^][v][top][bottom][index][help] */