root/drivers/staging/fbtft/internal.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
   7 void fbtft_sysfs_init(struct fbtft_par *par);
   8 void fbtft_sysfs_exit(struct fbtft_par *par);
   9 void fbtft_expand_debug_value(unsigned long *debug);
  10 int fbtft_gamma_parse_str(struct fbtft_par *par, u32 *curves,
  11                           const char *str, int size);
  12 
  13 #endif /* __LINUX_FBTFT_INTERNAL_H */

/* [<][>][^][v][top][bottom][index][help] */