blob: bf726bc5881f21675f4a6860ea342fc6036e4d70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef _XE_VRAM_FREQ_H_
#define _XE_VRAM_FREQ_H_
struct xe_tile;
int xe_vram_freq_sysfs_init(struct xe_tile *tile);
#endif /* _XE_VRAM_FREQ_H_ */
|