qcacmn: Update UIO info for DP data rings

Update UIO info for DP data rings.

Change-Id: I0c6e8c8e59aefb373dc024d91eb1379ed7564f31
CRs-Fixed: 3623839
This commit is contained in:
Himanshu Batra
2023-07-03 18:31:29 +05:30
کامیت شده توسط Rahul Choudhary
والد 63788401a2
کامیت 3efaabd704
10فایلهای تغییر یافته به همراه389 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -65,6 +65,9 @@
#ifdef IPA_OFFLOAD
#include <linux/ipa.h>
#endif
#ifdef WLAN_SUPPORT_DPDK
#include <linux/uio_driver.h>
#endif
#define __qdf_must_check __must_check
@@ -365,6 +368,10 @@ enum __qdf_net_wireless_evcode {
#endif
#define __qdf_inline inline
#if defined(WLAN_SUPPORT_DPDK) && defined(__KERNEL__)
typedef struct uio_info qdf_uio_info_t;
#endif
/*
* 1. GNU C/C++ Compiler
*