1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2023-2024 Intel Corporation 4 */ 5 6 #ifndef _XE_SRIOV_VF_H_ 7 #define _XE_SRIOV_VF_H_ 8 9 struct xe_device; 10 11 void xe_sriov_vf_init_early(struct xe_device *xe); 12 void xe_sriov_vf_start_migration_recovery(struct xe_device *xe); 13 14 #endif 15