/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
/* | |
* Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
*/ | |
#ifndef __HDMITX_DRV_H__ | |
#define __HDMITX_DRV_H__ | |
#include <amlogic/media/vout/hdmitx/hdmitx.h> | |
void set_vmode_enc_hw(enum hdmi_vic vic); | |
#endif |