1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2021 BayLibre, SAS
7 #ifndef __MESON_ENCODER_HDMI_H
8 #define __MESON_ENCODER_HDMI_H
10 int meson_encoder_hdmi_probe(struct meson_drm *priv);
11 void meson_encoder_hdmi_remove(struct meson_drm *priv);
13 #endif /* __MESON_ENCODER_HDMI_H */