18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef _QTN_FMAC_EVENT_H_
58c2ecf20Sopenharmony_ci#define _QTN_FMAC_EVENT_H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/kernel.h>
88c2ecf20Sopenharmony_ci#include <linux/module.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include "qlink.h"
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_civoid qtnf_event_work_handler(struct work_struct *work);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* _QTN_FMAC_EVENT_H_ */
15