xref: /linux/drivers/gpu/drm/xe/xe_hw_engine_group.h (revision f784750c670f7c5ac572590ddad77a89b4c997bf)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5 
6 #ifndef _XE_HW_ENGINE_GROUP_H_
7 #define _XE_HW_ENGINE_GROUP_H_
8 
9 #include "xe_hw_engine_group_types.h"
10 
11 struct drm_device;
12 struct xe_gt;
13 
14 int xe_hw_engine_setup_groups(struct xe_gt *gt);
15 
16 #endif
17