summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/display/xe_stolen.h
blob: db86b9e01242f33b98b2b8feec42c07ca56e53d0 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */

#ifndef __XE_STOLEN_H__
#define __XE_STOLEN_H__

extern const struct intel_display_stolen_interface xe_display_stolen_interface;

#endif