carl9170 firmware: add defs of the default interrupt table
authorChristian Lamparter <chunkeey@googlemail.com>
Sun, 5 Dec 2010 20:31:34 +0000 (21:31 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Sun, 5 Dec 2010 20:31:34 +0000 (21:31 +0100)
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/include/rom.h

index d97677cc0076b9063bdc21ca5a798f106b917cf8..7d0ddadeb3a3b854d44c7400387cf6abf91465c5 100644 (file)
@@ -62,7 +62,7 @@ struct ar9170_hwtype {
 
 struct ar9170_rom {
        /* 0x00000000 */
-       uint8_t __nulldata[8];
+       uint32_t *irq_table[2];
 
        /* 0x00000008 */
        uint8_t bootcode[4968];