]> Git Repo - linux.git/blob - drivers/net/wireless/quantenna/qtnfmac/event.h
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / net / wireless / quantenna / qtnfmac / event.h
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
12 void qtnf_event_work_handler(struct work_struct *work);
13
14 #endif /* _QTN_FMAC_EVENT_H_ */
This page took 0.032477 seconds and 4 git commands to generate.