trie: remove useless header comment
[netsniff-ng.git] / irq.h
blob6c1c8500255b88ad18b07ccf6464c8a48b8e63e5
1 #ifndef IRQ_H
2 #define IRQ_H
4 extern int device_irq_number(const char *ifname);
5 extern int device_bind_irq_to_cpu(int irq, int cpu);
6 extern void device_restore_irq_affinity_list(void);
7 extern int device_set_irq_affinity_list(int irq, unsigned long from,
8 unsigned long to);
10 #endif /* IRQ_H */