qcacmn: Add queue.h file

Currently MCL and WIN both have there separate queue.h
files with the same declarations and definitions.
As part of cleanup create single queue.h in common
code and update the usage of existing queue.h to this
newly added queue.h.

Change-Id: Ie381c3553d6361cf7f8c97f14a91ed24e332b51a
CRs-fixed: 2505617
This commit is contained in:
Ashish Kumar Dhanotiya
2019-08-08 19:00:07 +05:30
committed by nshrivas
parent f2f11dbf06
commit 84ac2013af
4 changed files with 596 additions and 11 deletions

View File

@@ -36,7 +36,7 @@
#include "dfs_channel.h"
#include "dfs_ioctl_private.h"
#include <i_qdf_types.h> /* For qdf_packed*/
#include <queue.h> /* For STAILQ_ENTRY */
#include "queue.h" /* For STAILQ_ENTRY */
#include <wlan_objmgr_psoc_obj.h>
#include <wlan_objmgr_pdev_obj.h>
#include <osdep.h>