xref: /linux/drivers/gpu/drm/xe/xe_sriov_vf.h (revision 96c84703f1cf6ea43617f9565166681cd71df104)
1*6e6d7b41STomasz Lis /* SPDX-License-Identifier: MIT */
2*6e6d7b41STomasz Lis /*
3*6e6d7b41STomasz Lis  * Copyright © 2023-2024 Intel Corporation
4*6e6d7b41STomasz Lis  */
5*6e6d7b41STomasz Lis 
6*6e6d7b41STomasz Lis #ifndef _XE_SRIOV_VF_H_
7*6e6d7b41STomasz Lis #define _XE_SRIOV_VF_H_
8*6e6d7b41STomasz Lis 
9*6e6d7b41STomasz Lis struct xe_device;
10*6e6d7b41STomasz Lis 
11*6e6d7b41STomasz Lis void xe_sriov_vf_init_early(struct xe_device *xe);
12*6e6d7b41STomasz Lis void xe_sriov_vf_start_migration_recovery(struct xe_device *xe);
13*6e6d7b41STomasz Lis 
14*6e6d7b41STomasz Lis #endif
15