summaryrefslogtreecommitdiff
path: root/src/pirq.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-03-02 16:46:39 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-03-02 16:46:39 -0800
commit79066f1bdcb77fa8cfca2d98464257e1e436b58d (patch)
treeccef5e9d2184e5d6a100ddc912b9a29684cdab5f /src/pirq.h
parent086857fce149d292b69cf82c59bb3a0d04a7b517 (diff)
downloadvyatta-biosdevname-79066f1bdcb77fa8cfca2d98464257e1e436b58d.tar.gz
vyatta-biosdevname-79066f1bdcb77fa8cfca2d98464257e1e436b58d.zip
Update to biosdevname 0.3.11
Manual merge from http://linux.dell.com/biosdevname/biosdevname-0.3.11/
Diffstat (limited to 'src/pirq.h')
-rw-r--r--src/pirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pirq.h b/src/pirq.h
index 293b81d..2fb0f8d 100644
--- a/src/pirq.h
+++ b/src/pirq.h
@@ -53,6 +53,6 @@ struct routing_table {
#define PCI_FUNC(devfn) ((devfn) & 0x07)
extern struct routing_table * pirq_alloc_read_table(void);
extern void pirq_free_table(struct routing_table *table);
-extern int pirq_pci_dev_to_slot(struct routing_table *table, int bus, int dev);
+extern int pirq_pci_dev_to_slot(struct routing_table *table, int domain, int bus, int dev);
#endif /* PIRQ_H_INCLUDED */