ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/lte-telephony/apps/errorhandler/inc/EEHandler_int.h b/marvell/lte-telephony/apps/errorhandler/inc/EEHandler_int.h
new file mode 100644
index 0000000..f3a3d6f
--- /dev/null
+++ b/marvell/lte-telephony/apps/errorhandler/inc/EEHandler_int.h
@@ -0,0 +1,33 @@
+/*--------------------------------------------------------------------------------------------------------------------
+ (C) Copyright 2006, 2007 Marvell DSPC Ltd. All Rights Reserved.
+ -------------------------------------------------------------------------------------------------------------------*/
+
+/*--------------------------------------------------------------------------------------------------------------------
+ Copyright 2006 Intel Corporation All Rights Reserved.
+ -------------------------------------------------------------------------------------------------------------------*/
+
+/******************************************************************************
+* Filename: EEHandler_int.h -- (APPS & COMM) common defines
+******************************************************************************/
+#ifndef _EEHANDLER_INT_
+#define _EEHANDLER_INT_
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include "global_types.h"
+#include "paths_defs.h"
+#include "diag.h"
+#include "EEHandler_config.h"
+#include "EEHandler.h"
+
+typedef struct {
+ UINT16 logSignature;
+ UINT16 logChksum;
+ EE_Entry_t log[1]; /* only 1-entry is currently supported */
+} EE_LogBuffer;
+
+#define EE_RAM_BUFFER_SIGNATURE 0x57E2 /*magic*/
+
+#endif
+