blob: ba00b23f982802a58b753d2246b98965cfd65896 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* linux/include/asm-arm/arch-ixp2000/irq.h
*
* Copyright (C) 2002 Intel Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#define fixup_irq(irq) (irq)
|