blob: ac34668fd4429ae4ea6f7575aaac4d81643662f1 [file] [log] [blame]
Thomas Gleixnerf45e3502019-05-29 07:12:34 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Jonathan Corbet7e0de022009-12-01 20:39:57 -07002/*
3 * Support for viafb GPIO ports.
4 *
5 * Copyright 2009 Jonathan Corbet <corbet@lwn.net>
Jonathan Corbet7e0de022009-12-01 20:39:57 -07006 */
7
8#ifndef __VIA_GPIO_H__
9#define __VIA_GPIO_H__
10
Jonathan Corbet7e0de022009-12-01 20:39:57 -070011extern int viafb_gpio_lookup(const char *name);
Jonathan Corbet7582eb92010-04-22 17:39:34 -060012extern int viafb_gpio_init(void);
13extern void viafb_gpio_exit(void);
Jonathan Corbet7e0de022009-12-01 20:39:57 -070014#endif