15 lines · c
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 12void qtnf_event_work_handler(struct work_struct *work);13 14#endif /* _QTN_FMAC_EVENT_H_ */15