blob: e36569854ab1af6400d958cf75dbee6c6eb35708 [file] [log] [blame]
Ajay Singh Parmar7744a1d2016-05-16 17:58:33 -07001/*
2 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 */
14
15#ifndef _DSI_DISPLAY_TEST_H_
16#define _DSI_DISPLAY_TEST_H_
17
18#include "dsi_display.h"
19#include "dsi_ctrl_hw.h"
20#include "dsi_ctrl.h"
21
22struct dsi_display_test {
23 struct dsi_display *display;
24
25 struct work_struct test_work;
26};
27
28int dsi_display_test_init(struct dsi_display *display);
29
30
31#endif /* _DSI_DISPLAY_TEST_H_ */