mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
12 lines
164 B
C
12 lines
164 B
C
|
#ifndef __ASM_SH_ETH_H__
|
||
|
#define __ASM_SH_ETH_H__
|
||
|
|
||
|
enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN};
|
||
|
|
||
|
struct sh_eth_plat_data {
|
||
|
int phy;
|
||
|
int edmac_endian;
|
||
|
};
|
||
|
|
||
|
#endif
|