dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
mk-rootfs.sh
hc
2023-12-11
072de836f53be56a70cecf70b43ae43b7ce17376
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
s390
/
cio
/
blacklist.h
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef S390_BLACKLIST_H
#define S390_BLACKLIST_H
extern int is_blacklisted (int ssid, int devno);
#endif