1 /* ASB2364 FPGA irq numbers
3 * Copyright (C) 2010 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public Licence
8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
17 #define NR_CPU_IRQS GxICR_NUM_EXT_IRQS
19 #define NR_CPU_IRQS GxICR_NUM_IRQS
23 FPGA_LAN_IRQ
= NR_CPU_IRQS
,
32 extern void __init
irq_fpga_init(void);
34 #endif /* !__ASSEMBLY__ */
35 #endif /* _UNIT_IRQ_H */