1. NAME

__ht_create_irq - create an irq and attach it to a device.

2. SYNOPSIS

int __ht_create_irq(struct pci_dev *  dev , int  idx , ht_irq_update_t *  update );

3. ARGUMENTS

dev
    The hypertransport device to find the irq capability on.

idx
    Which of the possible irqs to attach to.

update
    Function to be called when changing the htirq message

4. DESCRIPTION

The irq number of the new irq or a negative error value is returned.

5. COPYRIGHT