Change-Id: I35c6ab237db8ca4c432f1c6fdec854dabf259be4 CRs-Fixed: 2262693
@@ -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
@@ -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,