1*ff233cb5SSergey Matyukevich /* SPDX-License-Identifier: GPL-2.0+ */ 2*ff233cb5SSergey Matyukevich /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */ 398f44cb0SIgor Mitsyanko 498f44cb0SIgor Mitsyanko #ifndef _QTN_FMAC_EVENT_H_ 598f44cb0SIgor Mitsyanko #define _QTN_FMAC_EVENT_H_ 698f44cb0SIgor Mitsyanko 798f44cb0SIgor Mitsyanko #include <linux/kernel.h> 898f44cb0SIgor Mitsyanko #include <linux/module.h> 998f44cb0SIgor Mitsyanko 1098f44cb0SIgor Mitsyanko #include "qlink.h" 1198f44cb0SIgor Mitsyanko 1298f44cb0SIgor Mitsyanko void qtnf_event_work_handler(struct work_struct *work); 1398f44cb0SIgor Mitsyanko 1498f44cb0SIgor Mitsyanko #endif /* _QTN_FMAC_EVENT_H_ */ 15