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