cregit-Linux how code gets into the kernel

Release 4.14 include/linux/sh_eth.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_ETH_H__

#define __ASM_SH_ETH_H__

#include <linux/phy.h>
#include <linux/if_ether.h>


enum {EDMAC_LITTLE_ENDIAN};


struct sh_eth_plat_data {
	
int phy;
	
int phy_irq;
	
int edmac_endian;
	
phy_interface_t phy_interface;
	
void (*set_mdio_gate)(void *addr);

	
unsigned char mac_addr[ETH_ALEN];
	
unsigned no_ether_link:1;
	
unsigned ether_link_active_low:1;
	
unsigned needs_init:1;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Yoshihiro Shimoda3245.71%550.00%
Yoshinori Sato2434.29%110.00%
Magnus Damm68.57%110.00%
Joe Perches45.71%110.00%
Sergei Shtylyov34.29%110.00%
Greg Kroah-Hartman11.43%110.00%
Total70100.00%10100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.