summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-xsrc/occ_405/main.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index 61f9f99..ded10ed 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -53,7 +53,7 @@
#include <amec_health.h>
#include <amec_freq.h>
#include "scom.h"
-//#include <fir_data_collect.h>
+#include <fir_data_collect.h>
#include <pss_service_codes.h>
#include <dimm.h>
#include "occhw_shared_data.h"
@@ -62,6 +62,12 @@
#include <p9_pstates_occ.h>
#include <wof.h>
#include "pgpe_service_codes.h"
+//#include <lpc.h>
+#include <native.h>
+#include <ast_mboxdd.h>
+#include <pnor_mboxdd.h>
+
+pnorMbox_t l_pnorMbox;
extern uint32_t __ssx_boot; // Function address is 32 bits
extern uint32_t G_occ_phantom_critical_count;
@@ -117,8 +123,6 @@ SimicsStdio G_simics_stderr;
uint8_t G_noncritical_stack[NONCRITICAL_STACK_SIZE];
uint8_t G_critical_stack[CRITICAL_STACK_SIZE];
-
-
//NOTE: Three semaphores are used so that if in future it is decided
// to move health monitor and FFDC into it's own threads, then
// it can be done easily without more changes.
OpenPOWER on IntegriCloud