summaryrefslogtreecommitdiff
path: root/dhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhd.h')
-rw-r--r--dhd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhd.h b/dhd.h
index 663c4f5..f71e4ca 100644
--- a/dhd.h
+++ b/dhd.h
@@ -3897,6 +3897,7 @@ extern int dhd_coredump_mempool_init(dhd_pub_t *dhd);
extern void dhd_coredump_mempool_deinit(dhd_pub_t *dhd);
#define DHD_COREDUMP_MEMPOOL_INIT(dhdp) dhd_coredump_mempool_init(dhdp)
#define DHD_COREDUMP_MEMPOOL_DEINIT(dhdp) dhd_coredump_mempool_deinit(dhdp)
+#define DHD_COREDUMP_IGNORE_TRAP_SIG "host_wake_asserted_for_too_long"
#else
#define DHD_COREDUMP_MEMPOOL_INIT(dhdp) do { /* noop */ } while (0)
#define DHD_COREDUMP_MEMPOOL_DEINIT(dhdp) do { /* noop */ } while (0)