blob: 0bf9d31e87c1733ba5716e86d110c6a3b5c32107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2025 Intel Corporation
*/
#ifndef _XE_DISPLAY_RPM_H_
#define _XE_DISPLAY_RPM_H_
extern const struct intel_display_rpm_interface xe_display_rpm_interface;
#endif /* _XE_DISPLAY_RPM_H_ */
|