summaryrefslogtreecommitdiff
path: root/irq.h
blob: 005e22418b38976242987f578e06594485189d2b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IRQ_H
#define IRQ_H

extern int device_irq_number(const char *ifname);
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 */
1ee9e5138135e5&id2=07cd12945551b63ecb1a349d50a6d69d1d6feb4a'>ntb_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/ntb/ntb_test.sh')