1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _PANEL_SAMSUNG_S6E63M0_H
4 #define _PANEL_SAMSUNG_S6E63M0_H
5 
6 int s6e63m0_probe(struct device *dev,
7 		  int (*dcs_write)(struct device *dev, const u8 *data, size_t len));
8 int s6e63m0_remove(struct device *dev);
9 
10 #endif /* _PANEL_SAMSUNG_S6E63M0_H */
11