cregit-Linux how code gets into the kernel

Release 4.15 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;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Yoshihiro Shimoda2741.54%444.44%
Yoshinori Sato2436.92%111.11%
Magnus Damm69.23%111.11%
Joe Perches46.15%111.11%
Sergei Shtylyov34.62%111.11%
Greg Kroah-Hartman11.54%111.11%
Total65100.00%9100.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.