qeth_l2.h 368 B

123456789101112131415
  1. /*
  2. * Copyright IBM Corp. 2013
  3. * Author(s): Eugene Crosser <eugene.crosser@ru.ibm.com>
  4. */
  5. #ifndef __QETH_L2_H__
  6. #define __QETH_L2_H__
  7. #include "qeth_core.h"
  8. int qeth_l2_create_device_attributes(struct device *);
  9. void qeth_l2_remove_device_attributes(struct device *);
  10. void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card);
  11. #endif /* __QETH_L2_H__ */