blob: 112f50316e01d82e1ffe95301d87a5aef3a96c45 [file] [log] [blame]
Laurent Pinchart9e8be272013-06-15 14:21:51 +02001/*
2 * rcar_du_vgacon.h -- R-Car Display Unit VGA Connector
3 *
Laurent Pinchart36d50462014-02-06 18:13:52 +01004 * Copyright (C) 2013-2014 Renesas Electronics Corporation
Laurent Pinchart9e8be272013-06-15 14:21:51 +02005 *
6 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */
13
14#ifndef __RCAR_DU_VGACON_H__
15#define __RCAR_DU_VGACON_H__
16
17struct rcar_du_device;
18struct rcar_du_encoder;
19
20int rcar_du_vga_connector_init(struct rcar_du_device *rcdu,
21 struct rcar_du_encoder *renc);
22
23#endif /* __RCAR_DU_VGACON_H__ */