Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *  IBM System z PNET ID Support
0004  *
0005  *    Copyright IBM Corp. 2018
0006  */
0007 
0008 #ifndef _ASM_S390_PNET_H
0009 #define _ASM_S390_PNET_H
0010 
0011 #include <linux/device.h>
0012 #include <linux/types.h>
0013 
0014 int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
0015 #endif /* _ASM_S390_PNET_H */