Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc3 13 lines 427 B view raw
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 */