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