projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225
[linux-2.6]
/
drivers
/
s390
/
cio
/
blacklist.h
1
#ifndef S390_BLACKLIST_H
2
#define S390_BLACKLIST_H
3
4
extern int is_blacklisted (int ssid, int devno);
5
6
#endif