blob: 659de40081316e49f751a8cb72d266842448aabd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef _XE_PAT_H_
#define _XE_PAT_H_
struct xe_gt;
void xe_pat_init(struct xe_gt *gt);
#endif
|