1/*	$NetBSD: intel_dvo.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $	*/
2
3/* SPDX-License-Identifier: MIT */
4/*
5 * Copyright �� 2019 Intel Corporation
6 */
7
8#ifndef __INTEL_DVO_H__
9#define __INTEL_DVO_H__
10
11struct drm_i915_private;
12
13void intel_dvo_init(struct drm_i915_private *dev_priv);
14
15#endif /* __INTEL_DVO_H__ */
16