mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
14 lines
245 B
C
14 lines
245 B
C
![]() |
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright (C) 2025 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __INTEL_CMTG_H__
|
||
|
#define __INTEL_CMTG_H__
|
||
|
|
||
|
struct intel_display;
|
||
|
|
||
|
void intel_cmtg_sanitize(struct intel_display *display);
|
||
|
|
||
|
#endif /* __INTEL_CMTG_H__ */
|