cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/wiznet.h

/*
 * Ethernet driver for the WIZnet W5x00 chip.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef PLATFORM_DATA_WIZNET_H

#define PLATFORM_DATA_WIZNET_H

#include <linux/if_ether.h>


struct wiznet_platform_data {
	
int	link_gpio;
	
u8	mac_addr[ETH_ALEN];
};

#ifndef CONFIG_WIZNET_BUS_SHIFT

#define CONFIG_WIZNET_BUS_SHIFT 0
#endif


#define W5100_BUS_DIRECT_SIZE	(0x8000 << CONFIG_WIZNET_BUS_SHIFT)

#define W5300_BUS_DIRECT_SIZE	(0x0400 << CONFIG_WIZNET_BUS_SHIFT)

#endif /* PLATFORM_DATA_WIZNET_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Sinkovsky44100.00%1100.00%
Total44100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.