Blame view

include/linux/via-gpio.h 310 Bytes
f45e350b1   Thomas Gleixner   treewide: Replace...
1
  /* SPDX-License-Identifier: GPL-2.0-only */
7e0de0226   Jonathan Corbet   viafb: add a driv...
2
3
4
5
  /*
   * Support for viafb GPIO ports.
   *
   * Copyright 2009 Jonathan Corbet <corbet@lwn.net>
7e0de0226   Jonathan Corbet   viafb: add a driv...
6
7
8
9
   */
  
  #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