summaryrefslogtreecommitdiff
path: root/include/amlogic/aml_hdmirx.h (plain)
blob: b4b0f5a84ad97619abf653110253076fb5149f02
1/*
2 * include/amlogic/aml_hdmirx.h
3 *
4 * Copyright (C) 2012 AMLOGIC, INC. All Rights Reserved.
5 * Author: hongmin hua <hongmin hua@amlogic.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the smems of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 */
11
12#ifndef _AML_HDMIRX_H
13#define _AML_HDMIRX_H
14
15void hdmirx_hw_init(unsigned int port_map,
16 unsigned char *pedid_data,
17 int edid_size);
18
19#endif /* _AML_HDMIRX_H */
20