mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
14 lines
239 B
C
14 lines
239 B
C
![]() |
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright © 2019 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __INTEL_TV_H__
|
||
|
#define __INTEL_TV_H__
|
||
|
|
||
|
struct drm_i915_private;
|
||
|
|
||
|
void intel_tv_init(struct drm_i915_private *dev_priv);
|
||
|
|
||
|
#endif /* __INTEL_TV_H__ */
|