Sign in
android-kvm
/
linux
/
91f263dda66a2dd4bf0c5d8ad6f48ab9fd5d9eca
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_ttm_sys_mgr.h
blob: e8f5cd395b2895660b6f25844784cd60fccec678 [
file
] [
log
] [
blame
]
/* 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