repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
mdio-bcm-unimac.h
blob
8a5f9f0b2c52039e3ff688a417f9ea045def88d4
1
#ifndef __MDIO_BCM_UNIMAC_PDATA_H
2
#define __MDIO_BCM_UNIMAC_PDATA_H
3
4
struct
unimac_mdio_pdata
{
5
u32 phy_mask
;
6
int
(*
wait_func
)(
void
*
data
);
7
void
*
wait_func_data
;
8
const char
*
bus_name
;
9
};
10
11
#define UNIMAC_MDIO_DRV_NAME
"unimac-mdio"
12
13
#endif
/* __MDIO_BCM_UNIMAC_PDATA_H */