repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trafgen: combine likely conditions
[netsniff-ng.git]
/
irq.h
blob
005e22418b38976242987f578e06594485189d2b
1
#ifndef IRQ_H
2
#define IRQ_H
3
4
extern
int
device_irq_number
(
const char
*
ifname
);
5
extern
void
device_restore_irq_affinity_list
(
void
);
6
extern
int
device_set_irq_affinity_list
(
int
irq
,
unsigned long
from
,
7
unsigned long
to
);
8
extern
int
device_set_irq_affinity
(
int
irq
,
unsigned long
cpu
);
9
10
#endif
/* IRQ_H */