![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __LINUX_PLATFORM_DATA_BCMGENET_H__ 0003 #define __LINUX_PLATFORM_DATA_BCMGENET_H__ 0004 0005 #include <linux/types.h> 0006 #include <linux/if_ether.h> 0007 #include <linux/phy.h> 0008 0009 struct bcmgenet_platform_data { 0010 bool mdio_enabled; 0011 phy_interface_t phy_interface; 0012 int phy_address; 0013 int phy_speed; 0014 int phy_duplex; 0015 u8 mac_address[ETH_ALEN]; 0016 int genet_version; 0017 }; 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |