summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/linux/HwiP_linux.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/linux/HwiP_linux.c b/src/linux/HwiP_linux.c
index 64d3095..ddf2e1e 100644
--- a/src/linux/HwiP_linux.c
+++ b/src/linux/HwiP_linux.c
@@ -38,6 +38,10 @@
38#include <stdlib.h> 38#include <stdlib.h>
39#include <ti/osal/HwiP.h> 39#include <ti/osal/HwiP.h>
40 40
41#ifndef NULL_PTR
42#define NULL_PTR ((void *)0x0)
43#endif
44
41/* 45/*
42 * ======== HwiP_clearInterrupt ======== 46 * ======== HwiP_clearInterrupt ========
43 */ 47 */