blob: cda21a2651b360054e9ac0d70f1649bc89f0da36 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Ricardo Ribalda Delgadod865fd02008-07-17 11:44:12 +02002/*
3 * (C) Copyright 2008
Ricardo Ribalda Delgado5b218ae2016-01-26 11:24:08 +01004 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@gmail.com
Ricardo Ribalda Delgadod865fd02008-07-17 11:44:12 +02005 * This work has been supported by: QTechnology http://qtec.com/
6 * Based on interrupts.c Wolfgang Denk-DENX Software Engineering-wd@denx.de
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 */
Ricardo Ribalda Delgadod865fd02008-07-17 11:44:12 +02008#ifndef INTERRUPT_H
9#define INTERRUPT_H
10
Ricardo Ribalda Delgadod865fd02008-07-17 11:44:12 +020011void external_interrupt(struct pt_regs *regs);
Ricardo Ribalda Delgadod865fd02008-07-17 11:44:12 +020012
13#endif