Linux 4.2.1
[linux/fpc-iii.git] / drivers / s390 / net / qeth_l2.h
blob0767556404bda2825c97ab24e9280bd7fc46da6f
1 /*
2 * Copyright IBM Corp. 2013
3 * Author(s): Eugene Crosser <eugene.crosser@ru.ibm.com>
4 */
6 #ifndef __QETH_L2_H__
7 #define __QETH_L2_H__
9 #include "qeth_core.h"
11 int qeth_l2_create_device_attributes(struct device *);
12 void qeth_l2_remove_device_attributes(struct device *);
13 void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card);
15 #endif /* __QETH_L2_H__ */