1/* SPDX-License-Identifier: GPL-2.0+ */
2/* Copyright (C) 2013 Noralf Tronnes */
3
4#ifndef __LINUX_FBTFT_INTERNAL_H
5#define __LINUX_FBTFT_INTERNAL_H
6
7void fbtft_sysfs_init(struct fbtft_par *par);
8void fbtft_sysfs_exit(struct fbtft_par *par);
9void fbtft_expand_debug_value(unsigned long *debug);
10int fbtft_gamma_parse_str(struct fbtft_par *par, u32 *curves,
11			  const char *str, int size);
12
13#endif /* __LINUX_FBTFT_INTERNAL_H */
14