1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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
以智者之名,为愚者代辩