summaryrefslogtreecommitdiff
path: root/include/imx8_hdmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/imx8_hdmi.h')
-rw-r--r--include/imx8_hdmi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/imx8_hdmi.h b/include/imx8_hdmi.h
new file mode 100644
index 0000000000..741f86d2fd
--- /dev/null
+++ b/include/imx8_hdmi.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2018 NXP
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX8_HDMI_H__
+#define __IMX8_HDMI_H__
+
+void imx8_hdmi_enable(int encoding, struct video_mode_settings *vms);
+void imx8_hdmi_disable(void);
+
+#endif /* __IMX8_HDMI_H__*/