blob: 66dbc93192bdeaeae0a96305da31fd7480d77322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2022 Intel Corporation
*/
#ifndef _XE_TUNING_
#define _XE_TUNING_
struct xe_gt;
void xe_tuning_process_gt(struct xe_gt *gt);
#endif
|