blob: 2e47721870166e33eccca4f6859aa4f8581f48b0 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2026 Intel Corporation */
#ifndef __XE_DSB_BUFFER_H__
#define __XE_DSB_BUFFER_H__
extern const struct intel_display_dsb_interface xe_display_dsb_interface;
#endif
|