blob: 48c60f5eff6aa917f5a0d7ae7817c3f294be618b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* linux/include/asm-arm/arch-pxa/irq.h
*
* Author: Nicolas Pitre
* Created: Jun 15, 2001
* Copyright: MontaVista Software Inc.
*
* 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(x) (x)
|