summaryrefslogtreecommitdiff
path: root/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'irq.h')
-rw-r--r--irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irq.h b/irq.h
index 6c1c850..005e224 100644
--- a/irq.h
+++ b/irq.h
@@ -2,9 +2,9 @@
#define IRQ_H
extern int device_irq_number(const char *ifname);
-extern int device_bind_irq_to_cpu(int irq, int cpu);
extern void device_restore_irq_affinity_list(void);
extern int device_set_irq_affinity_list(int irq, unsigned long from,
unsigned long to);
+extern int device_set_irq_affinity(int irq, unsigned long cpu);
#endif /* IRQ_H */