net: sh_eth: add value of ether_link pin in platform_data
[deliverable/linux.git] / arch / sh / include / asm / sh_eth.h
CommitLineData
71557a37
YS
1#ifndef __ASM_SH_ETH_H__
2#define __ASM_SH_ETH_H__
3
4enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN};
5
6struct sh_eth_plat_data {
7 int phy;
8 int edmac_endian;
4923576b
YS
9
10 unsigned no_ether_link:1;
11 unsigned ether_link_active_low:1;
71557a37
YS
12};
13
14#endif
This page took 0.113219 seconds and 5 git commands to generate.