staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / s390 / include / asm / pnet.h
blob5739276b458dfc658b87f79e8190ba0811b01b64
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * IBM System z PNET ID Support
5 * Copyright IBM Corp. 2018
6 */
8 #ifndef _ASM_S390_PNET_H
9 #define _ASM_S390_PNET_H
11 #include <linux/device.h>
12 #include <linux/types.h>
14 int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
15 #endif /* _ASM_S390_PNET_H */