]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/include/asm/interrupt.h
powerpc: remove 4xx support
[people/ms/u-boot.git] / arch / powerpc / include / asm / interrupt.h
CommitLineData
d865fd09
RR
1/*
2 * (C) Copyright 2008
5b218ae1 3 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@gmail.com
d865fd09
RR
4 * This work has been supported by: QTechnology http://qtec.com/
5 * Based on interrupts.c Wolfgang Denk-DENX Software Engineering-wd@denx.de
6 *
1a459660
WD
7 * SPDX-License-Identifier: GPL-2.0+
8 */
d865fd09
RR
9#ifndef INTERRUPT_H
10#define INTERRUPT_H
11
d865fd09 12void external_interrupt(struct pt_regs *regs);
d865fd09
RR
13
14#endif