blob: acf99700deed60370935b1e951bf057ba55bc623 [file] [log] [blame]
Yoshinori Sato71557a32008-08-06 19:49:00 -04001#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;
Yoshihiro Shimoda49235762009-08-27 23:25:03 +00009
10 unsigned no_ether_link:1;
11 unsigned ether_link_active_low:1;
Yoshinori Sato71557a32008-08-06 19:49:00 -040012};
13
14#endif