diff options
Diffstat (limited to 'policy_manager/stm/zipc/Common/Event.h')
-rw-r--r-- | policy_manager/stm/zipc/Common/Event.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy_manager/stm/zipc/Common/Event.h b/policy_manager/stm/zipc/Common/Event.h new file mode 100644 index 0000000..3601b08 --- /dev/null +++ b/policy_manager/stm/zipc/Common/Event.h @@ -0,0 +1,6 @@ +#ifndef ZHEADER_EVENT_H +#define ZHEADER_EVENT_H + +#define ZEVENT_NULL ( 0U ) + +#endif |