summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/firdata/fir_data_collect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe0/firdata/fir_data_collect.h')
-rw-r--r--src/occ_gpe0/firdata/fir_data_collect.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/occ_gpe0/firdata/fir_data_collect.h b/src/occ_gpe0/firdata/fir_data_collect.h
index c313956..1ac0844 100644
--- a/src/occ_gpe0/firdata/fir_data_collect.h
+++ b/src/occ_gpe0/firdata/fir_data_collect.h
@@ -29,28 +29,8 @@
#include <common_types.h>
-/* This size has to agree with the size _FIR_PARMS_SECTION_SIZE defined in the */
-/* OCC linker command file. */
-#define FIR_PARMS_SECTION_SIZE 0x1000
-// This size has to agree with the size _FIR_HEAP_SECTION_SIZE defined in the
-// OCC linker command file.
-#define FIR_HEAP_SECTION_SIZE 0x3000
-
-enum fir_master
-{
- FIR_OCC_NOT_FIR_MASTER = 0x00000000,
- FIR_OCC_IS_FIR_MASTER = 0x00000001
-};
-
-extern uint8_t G_fir_data_parms[FIR_PARMS_SECTION_SIZE];
-extern uint8_t G_fir_heap[FIR_HEAP_SECTION_SIZE];
-extern uint32_t G_fir_master;
-
-#define OCC_SET_FIR_MASTER(_fm_t) G_fir_master = _fm_t
-#define OCC_IS_FIR_MASTER() (G_fir_master == FIR_OCC_IS_FIR_MASTER) ? TRUE : FALSE
#define TPC_GP0_BIT18_PNOR_OWNER_MASK 0x00002000
void fir_data_collect(void);
-bool pnor_access_allowed(void);
#endif /* _FIR_DATA_COLLECT_H */
OpenPOWER on IntegriCloud