mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
ec66841e49
These are the files which should be available to subdevices compiled outside of drivers/video/via. Cc: ScottFang@viatech.com.cn Cc: JosephChan@via.com.tw Cc: Harald Welte <laforge@gnumonks.org> Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
14 lines
334 B
C
14 lines
334 B
C
/*
|
|
* Support for viafb GPIO ports.
|
|
*
|
|
* Copyright 2009 Jonathan Corbet <corbet@lwn.net>
|
|
* Distributable under version 2 of the GNU General Public License.
|
|
*/
|
|
|
|
#ifndef __VIA_GPIO_H__
|
|
#define __VIA_GPIO_H__
|
|
|
|
extern int viafb_gpio_lookup(const char *name);
|
|
extern int viafb_gpio_init(void);
|
|
extern void viafb_gpio_exit(void);
|
|
#endif
|