]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - arch/arm/common/fiq_watchdog.h
FIQ: Implement WDT FIQ debugger
[sojka/nv-tegra/linux-3.10.git] / arch / arm / common / fiq_watchdog.h
1 /*
2  * Copyright (C) 2014 Google, Inc.
3  * Copyright (C) 2010-2015 NVIDIA Corporation.  All rights reserved.
4  *
5  * This software is licensed under the terms of the GNU General Public
6  * License version 2, as published by the Free Software Foundation, and
7  * may be copied, distributed, and modified under those terms.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  */
15
16 #ifndef _FIQ_WATCHDOG_H_
17 #define _FIQ_WATCHDOG_H_
18
19 void fiq_watchdog_triggered(const struct pt_regs *regs, void *svc_sp);
20
21 #endif