brintos

brintos / linux-shallow public Read only

0
0
Text · 147 B · 140e3e4 Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef S390_BLACKLIST_H3#define S390_BLACKLIST_H4 5extern int is_blacklisted (int ssid, int devno);6 7#endif8