1
0
Fork 0
android_kernel_rockchip_tart/drivers/gpu/drm/xe/xe_vram.h
2025-06-27 00:32:42 -05:00

13 lines
191 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2024 Intel Corporation
*/
#ifndef _XE_VRAM_H_
#define _XE_VRAM_H_
struct xe_device;
int xe_vram_probe(struct xe_device *xe);
#endif