brintos

brintos / linux-shallow public Read only

0
0
Text · 354 B · fd54858 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright (C) 2021 BayLibre, SAS4 * Author: Neil Armstrong <narmstrong@baylibre.com>5 */6 7#ifndef __MESON_ENCODER_HDMI_H8#define __MESON_ENCODER_HDMI_H9 10int meson_encoder_hdmi_probe(struct meson_drm *priv);11void meson_encoder_hdmi_remove(struct meson_drm *priv);12 13#endif /* __MESON_ENCODER_HDMI_H */14