Select the types of activity you want to include in your feed.
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 9struct xe_device; 10 11void xe_sriov_vf_init_early(struct xe_device *xe); 12void xe_sriov_vf_start_migration_recovery(struct xe_device *xe); 13 14#endif