summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cent/centaur_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/cent/centaur_control.c')
-rwxr-xr-xsrc/occ_405/cent/centaur_control.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/occ_405/cent/centaur_control.c b/src/occ_405/cent/centaur_control.c
index 825de18..801bd04 100755
--- a/src/occ_405/cent/centaur_control.c
+++ b/src/occ_405/cent/centaur_control.c
@@ -23,12 +23,12 @@
/* */
/* IBM_PROLOG_END_TAG */
-//*************************************************************************
+//*************************************************************************/
// Includes
-//*************************************************************************
+//*************************************************************************/
#include "centaur_control.h"
#include "centaur_data.h"
-#include "pgp_async.h"
+#include "occhw_async.h"
#include "threadSch.h"
#include "pmc_register_addresses.h"
#include "centaur_data_service_codes.h"
@@ -43,17 +43,17 @@
#include "centaur_register_addresses.h"
#include "amec_sys.h"
-//*************************************************************************
+//*************************************************************************/
// Externs
-//*************************************************************************
+//*************************************************************************/
-//*************************************************************************
+//*************************************************************************/
// Macros
-//*************************************************************************
+//*************************************************************************/
-//*************************************************************************
+//*************************************************************************/
// Defines/Enums
-//*************************************************************************
+//*************************************************************************/
// Used for Centaur Initialization of Registers
typedef enum
@@ -65,13 +65,13 @@ typedef enum
} eCentaurThrottleRegs;
-//*************************************************************************
+//*************************************************************************/
// Structures
-//*************************************************************************
+//*************************************************************************/
-//*************************************************************************
+//*************************************************************************/
// Globals
-//*************************************************************************
+//*************************************************************************/
//Pore flex request for the GPE job that is used for centaur init.
PoreFlex G_centaur_control_pore_req;
@@ -94,13 +94,13 @@ centaur_throttle_t G_centaurThrottleLimits[MAX_NUM_CENTAURS][NUM_MBAS_PER_CENTAU
//bitmap of configured MBA's (2 per centaur, lsb is centaur 0/mba 0)
uint16_t G_configured_mbas = 0;
-//*************************************************************************
+//*************************************************************************/
// Function Prototypes
-//*************************************************************************
+//*************************************************************************/
-//*************************************************************************
+//*************************************************************************/
// Functions
-//*************************************************************************
+//*************************************************************************/
//////////////////////////
// Function Specification
OpenPOWER on IntegriCloud