Linux Audio

Check our new training course

Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 *  IBM System z PNET ID Support
 4 *
 5 *    Copyright IBM Corp. 2018
 6 */
 7
 8#ifndef _ASM_S390_PNET_H
 9#define _ASM_S390_PNET_H
10
11#include <linux/device.h>
12#include <linux/types.h>
13
14int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
15#endif /* _ASM_S390_PNET_H */
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 *  IBM System z PNET ID Support
 4 *
 5 *    Copyright IBM Corp. 2018
 6 */
 7
 8#ifndef _ASM_S390_PNET_H
 9#define _ASM_S390_PNET_H
10
11#include <linux/device.h>
12#include <linux/types.h>
13
14int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
15#endif /* _ASM_S390_PNET_H */