pnet.h 325 B

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