mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-19 23:52:36 +00: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
|