Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh_eth.h
Go to the documentation of this file.
1 #ifndef __ASM_SH_ETH_H__
2 #define __ASM_SH_ETH_H__
3 
4 #include <linux/phy.h>
5 
7 enum {
11 };
12 
14  int phy;
18  void (*set_mdio_gate)(void *addr);
19 
20  unsigned char mac_addr[6];
21  unsigned no_ether_link:1;
23  unsigned needs_init:1;
24 };
25 
26 #endif