repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git]
/
drivers
/
video
/
fbdev
/
via
/
via-gpio.h
blob
2ffedf282f7e0eec4fabba46f91d118dcb8bbf0b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Support for viafb GPIO ports.
4
*
5
* Copyright 2009 Jonathan Corbet <corbet@lwn.net>
6
*/
7
8
#ifndef __VIA_GPIO_H__
9
#define __VIA_GPIO_H__
10
11
extern
int
viafb_gpio_init
(
void
);
12
extern
void
viafb_gpio_exit
(
void
);
13
#endif