blob: e8f5cd395b2895660b6f25844784cd60fccec678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef _XE_TTM_SYS_MGR_H_
#define _XE_TTM_SYS_MGR_H_
struct xe_device;
int xe_ttm_sys_mgr_init(struct xe_device *xe);
#endif
|