| 1 | /* SPDX-License-Identifier: MIT */ |
|---|---|
| 2 | /* |
| 3 | * Copyright (C) 2025 Intel Corporation |
| 4 | */ |
| 5 | |
| 6 | #ifndef __INTEL_CMTG_H__ |
| 7 | #define __INTEL_CMTG_H__ |
| 8 | |
| 9 | struct intel_display; |
| 10 | |
| 11 | void intel_cmtg_sanitize(struct intel_display *display); |
| 12 | |
| 13 | #endif /* __INTEL_CMTG_H__ */ |
| 14 |
