net: sh_eth: remove almost #ifdef of SH7763
[linux-2.6-block.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};
4a55530f
YS
5enum {
6 SH_ETH_REG_GIGABIT,
7 SH_ETH_REG_FAST_SH4,
8 SH_ETH_REG_FAST_SH3_SH2
9};
71557a37
YS
10
11struct sh_eth_plat_data {
12 int phy;
13 int edmac_endian;
4a55530f 14 int register_type;
4923576b 15
748031f9 16 unsigned char mac_addr[6];
4923576b
YS
17 unsigned no_ether_link:1;
18 unsigned ether_link_active_low:1;
71557a37
YS
19};
20
21#endif