barebox/arch/arm/mach-netx/include/mach/netx-eth.h
Jean-Christophe PLAGNIOL-VILLARD f6a579da9c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-10-22 14:21:25 +02:00

10 lines
141 B
C

#ifndef _ASM_ARCH_NETX_ETH_H
#define _ASM_ARCH_NETX_ETH_H
struct netx_eth_platform_data {
int xcno;
};
#endif /* _ASM_ARCH_NETX_ETH_H */