Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc7 15 lines 368 B view raw
1/* 2 * Copyright IBM Corp. 2013 3 * Author(s): Eugene Crosser <eugene.crosser@ru.ibm.com> 4 */ 5 6#ifndef __QETH_L2_H__ 7#define __QETH_L2_H__ 8 9#include "qeth_core.h" 10 11int qeth_l2_create_device_attributes(struct device *); 12void qeth_l2_remove_device_attributes(struct device *); 13void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card); 14 15#endif /* __QETH_L2_H__ */