mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
f45e350b16
Based on 1 normalized pattern(s): distributable under version 2 of the gnu general public license extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 2 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Richard Fontana <rfontana@redhat.com> Reviewed-by: Steve Winslow <swinslow@gmail.com> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190529141333.385647094@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 lines
310 B
C
14 lines
310 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Support for viafb GPIO ports.
|
|
*
|
|
* Copyright 2009 Jonathan Corbet <corbet@lwn.net>
|
|
*/
|
|
|
|
#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
|