Laurent Pinchart | 56c5dd0 | 2013-06-15 14:21:51 +0200 | [diff] [blame] | 1 | /* |
| 2 | * rcar_du_lvdscon.h -- R-Car Display Unit LVDS Connector |
| 3 | * |
Laurent Pinchart | 36d5046 | 2014-02-06 18:13:52 +0100 | [diff] [blame] | 4 | * Copyright (C) 2013-2014 Renesas Electronics Corporation |
Laurent Pinchart | 56c5dd0 | 2013-06-15 14:21:51 +0200 | [diff] [blame] | 5 | * |
| 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_LVDSCON_H__ |
| 15 | #define __RCAR_DU_LVDSCON_H__ |
| 16 | |
| 17 | struct rcar_du_device; |
| 18 | struct rcar_du_encoder; |
Laurent Pinchart | 56c5dd0 | 2013-06-15 14:21:51 +0200 | [diff] [blame] | 19 | |
| 20 | int rcar_du_lvds_connector_init(struct rcar_du_device *rcdu, |
| 21 | struct rcar_du_encoder *renc, |
Laurent Pinchart | 96c0269 | 2014-01-21 15:57:26 +0100 | [diff] [blame] | 22 | struct device_node *np); |
Laurent Pinchart | 56c5dd0 | 2013-06-15 14:21:51 +0200 | [diff] [blame] | 23 | |
| 24 | #endif /* __RCAR_DU_LVDSCON_H__ */ |