repo.or.cz
/
nao-ulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
making the kernel build with up to date compilers again, see https://bbs.archlinux...
[nao-ulib.git]
/
kernel
/
2.6.29.6-aldebaran-rt
/
drivers
/
s390
/
cio
/
blacklist.h
blob
95e25c1df9221a53bd2e77c594c968d63b1c295a
1
#ifndef S390_BLACKLIST_H
2
#define S390_BLACKLIST_H
3
4
extern
int
is_blacklisted
(
int
ssid
,
int
devno
);
5
6
#endif