summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx/include/mach/fec.h
blob: a3e04b4e9defc954c0706803bd9a5a7eca276b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __INCLUDE_ASM_ARCH_FEC_H
#define __INCLUDE_ASM_ARCH_FEC_H

struct mpc5xxx_fec_platform_data {
        ulong  xcv_type;
};

typedef enum {
	SEVENWIRE,			/* 7-wire       */
	MII10,				/* MII 10Mbps   */
	MII100				/* MII 100Mbps  */
} xceiver_type;

#endif /* __INCLUDE_ASM_ARCH_FEC_H */