Blame view

include/linux/via-gpio.h 334 Bytes
7e0de0226   Jonathan Corbet   viafb: add a driv...
1
2
3
4
5
6
7
8
9
  /*
   * 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__
7e0de0226   Jonathan Corbet   viafb: add a driv...
10
  extern int viafb_gpio_lookup(const char *name);
7582eb9be   Jonathan Corbet   viafb: Turn GPIO ...
11
12
  extern int viafb_gpio_init(void);
  extern void viafb_gpio_exit(void);
7e0de0226   Jonathan Corbet   viafb: add a driv...
13
  #endif