cregit-Linux how code gets into the kernel

Release 4.14 drivers/s390/net/qeth_l2.h

Directory: drivers/s390/net
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *    Copyright IBM Corp. 2013
 *    Author(s): Eugene Crosser <eugene.crosser@ru.ibm.com>
 */

#ifndef __QETH_L2_H__

#define __QETH_L2_H__

#include "qeth_core.h"

extern const struct attribute_group *qeth_l2_attr_groups[];

int qeth_l2_create_device_attributes(struct device *);
void qeth_l2_remove_device_attributes(struct device *);
void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card);


struct qeth_mac {
	
u8 mac_addr[OSA_ADDR_LEN];
	
u8 is_uc:1;
	
u8 disp_flag:2;
	
struct hlist_node hnode;
};

#endif /* __QETH_L2_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Eugene Crosser3852.78%125.00%
Lakhvich Dmitriy2534.72%125.00%
Julian Wiedmann811.11%125.00%
Greg Kroah-Hartman11.39%125.00%
Total72100.00%4100.00%
Directory: drivers/s390/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.