diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-parisc/parisc-device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-parisc/parisc-device.h b/include/asm-parisc/parisc-device.h index 594c1d91589b..ef69ab4b17a9 100644 --- a/include/asm-parisc/parisc-device.h +++ b/include/asm-parisc/parisc-device.h @@ -6,6 +6,7 @@ struct parisc_device { struct parisc_driver *driver; /* Driver for this device */ char name[80]; /* The hardware description */ int irq; + int aux_irq; /* Some devices have a second IRQ */ char hw_path; /* The module number on this bus */ unsigned int num_addrs; /* some devices have additional address ranges. */ |
