Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2021 BayLibre, SAS
0004  * Author: Neil Armstrong <narmstrong@baylibre.com>
0005  */
0006 
0007 #ifndef __MESON_ENCODER_HDMI_H
0008 #define __MESON_ENCODER_HDMI_H
0009 
0010 int meson_encoder_hdmi_init(struct meson_drm *priv);
0011 
0012 #endif /* __MESON_ENCODER_HDMI_H */