GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / include / asm / sh_eth.h
blobf739061e2ee491bcabb42f04b2fc763e54e6f06a
1 #ifndef __ASM_SH_ETH_H__
2 #define __ASM_SH_ETH_H__
4 enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN};
6 struct sh_eth_plat_data {
7 int phy;
8 int edmac_endian;
10 unsigned char mac_addr[6];
11 unsigned no_ether_link:1;
12 unsigned ether_link_active_low:1;
15 #endif