Browse Source

fw-api: CL 26790062 - update fw common interface files

Change-Id: I35c6ab237db8ca4c432f1c6fdec854dabf259be4
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
57a8957343
2 changed files with 4 additions and 0 deletions
  1. 3 0
      fw/dbglog.h
  2. 1 0
      fw/wlan_module_ids.h

+ 3 - 0
fw/dbglog.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -32,6 +33,8 @@
 #include "athstartpack.h"
 #endif
 
+#include <a_types.h> /* A_UINT32 */
+#include <a_osapi.h> /* PREPACK */
 #include <wlan_module_ids.h>
 
 #ifdef __cplusplus

+ 1 - 0
fw/wlan_module_ids.h

@@ -156,6 +156,7 @@ typedef enum {
   WLAN_MODULE_AUX_MAC_MGR,              /* 0x73 */
   WLAN_MODULE_TCAM,                     /* 0x74 */
   WLAN_MODULE_P2P_R2,                   /* 0x75 */
+  WLAN_MODULE_SYSSW,                    /* 0x76 */
 
   WLAN_MODULE_ID_MAX,
   WLAN_MODULE_ID_INVALID = WLAN_MODULE_ID_MAX,