aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/eth-ep93xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/eth-ep93xx.h')
-rw-r--r--include/linux/platform_data/eth-ep93xx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/platform_data/eth-ep93xx.h b/include/linux/platform_data/eth-ep93xx.h
new file mode 100644
index 000000000000..8eef637a804d
--- /dev/null
+++ b/include/linux/platform_data/eth-ep93xx.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _LINUX_PLATFORM_DATA_ETH_EP93XX
+#define _LINUX_PLATFORM_DATA_ETH_EP93XX
+
+struct ep93xx_eth_data {
+ unsigned char dev_addr[6];
+ unsigned char phy_id;
+};
+
+#endif