kernel_samsung_a53x/include/linux/platform_data/eth-ep93xx.h
2024-06-15 16:02:09 -03:00

10 lines
207 B
C
Executable file

/* 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