blob: 58bd2fb7fb791209a196f751cab4efe97cc2de95 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2026 Intel Corporation */
#ifndef __XE_DISPLAY_PCODE_H__
#define __XE_DISPLAY_PCODE_H__
extern const struct intel_display_pcode_interface xe_display_pcode_interface;
#endif
|