event.h 335 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
  3. #ifndef _QTN_FMAC_EVENT_H_
  4. #define _QTN_FMAC_EVENT_H_
  5. #include <linux/kernel.h>
  6. #include <linux/module.h>
  7. #include "qlink.h"
  8. void qtnf_event_work_handler(struct work_struct *work);
  9. #endif /* _QTN_FMAC_EVENT_H_ */