viafb: move some include files to include/linux
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>
This commit is contained in:
14
include/linux/via-gpio.h
Normal file
14
include/linux/via-gpio.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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
|
Reference in New Issue
Block a user