blob: 6879c104b0b1fa99f3d798def64d3f22e363c3e7 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2026 Intel Corporation */
#ifndef __XE_DISPLAY_BO_H__
#define __XE_DISPLAY_BO_H__
extern const struct intel_display_bo_interface xe_display_bo_interface;
#endif
|