Port the SB128 code to AROS.
[AROS.git] / rom / hidds / irq / irqtable.c
blob9396833c5b8f34aaf5e9cab38d0a2cb20f8b764b
1 /*
2 Copyright © 2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: IBM PC Motherboard resources table
6 Lang: english
7 */
9 #include "irq_intern.h"
11 /* By default we don't have translation table (zero length). */
12 const char IRQ_Table[] = {0};