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
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
mdio-gpio.h
blob
cea443a672cb4bc466b7844756aa6261fca864e2
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __LINUX_MDIO_GPIO_H
3
#define __LINUX_MDIO_GPIO_H
4
5
#define MDIO_GPIO_MDC 0
6
#define MDIO_GPIO_MDIO 1
7
#define MDIO_GPIO_MDO 2
8
9
#endif