mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
14 lines
253 B
C
14 lines
253 B
C
![]() |
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright © 2023 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __INTEL_DPT_COMMON_H__
|
||
|
#define __INTEL_DPT_COMMON_H__
|
||
|
|
||
|
struct intel_crtc;
|
||
|
|
||
|
void intel_dpt_configure(struct intel_crtc *crtc);
|
||
|
|
||
|
#endif /* __INTEL_DPT_COMMON_H__ */
|