brintos

brintos / linux-shallow public Read only

0
0
Text · 249 B · 64ab952 Raw
14 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2021 Intel Corporation4 */5 6#ifndef __INTEL_PLANE_INITIAL_H__7#define __INTEL_PLANE_INITIAL_H__8 9struct drm_i915_private;10 11void intel_initial_plane_config(struct drm_i915_private *i915);12 13#endif14