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