Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
0003 
0004 #ifndef _QTN_FMAC_EVENT_H_
0005 #define _QTN_FMAC_EVENT_H_
0006 
0007 #include <linux/kernel.h>
0008 #include <linux/module.h>
0009 
0010 #include "qlink.h"
0011 
0012 void qtnf_event_work_handler(struct work_struct *work);
0013 
0014 #endif /* _QTN_FMAC_EVENT_H_ */