aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/sh_eth.h
blob: bb832584f3c17c644a54296b0bfb66e8a5fa5ebb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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