summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/include/mach/netx-eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-netx/include/mach/netx-eth.h')
-rw-r--r--arch/arm/mach-netx/include/mach/netx-eth.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/include/mach/netx-eth.h b/arch/arm/mach-netx/include/mach/netx-eth.h
new file mode 100644
index 0000000000..654cfe73d3
--- /dev/null
+++ b/arch/arm/mach-netx/include/mach/netx-eth.h
@@ -0,0 +1,9 @@
+#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 */
+