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 */
ncludemode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-09-01 11:12:00 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2016-09-01 11:12:00 +0200
commit026e5e0cc12474495515275d9c176ef823238c70 (patch)
tree8bddbbbc20fb69d948b54d2edb90e191a2291d30 /Makefile
parent7cb35119d067191ce9ebc380a599db0b03cbd9d9 (diff)
ovl: update doc
Some of the documented quirks no longer apply. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'Makefile')