1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright(c) 2023 Advanced Micro Devices, I 3 4 #ifndef _PDSC_AUXBUS_H_ 5 #define _PDSC_AUXBUS_H_ 6 7 #include <linux/auxiliary_bus.h> 8 9 struct pds_auxiliary_dev { 10 struct auxiliary_device aux_dev; 11 struct pci_dev *vf_pdev; 12 u16 client_id; 13 }; 14 15 int pds_client_adminq_cmd(struct pds_auxiliary 16 union pds_core_admin 17 size_t req_len, 18 union pds_core_admin 19 u64 flags); 20 #endif /* _PDSC_AUXBUS_H_ */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.