summaryrefslogtreecommitdiffstats
path: root/src/occ/amec/amec_sensors_centaur.h
blob: f24fb68f2df716dbe8a71ec4fac4c5b9cff768bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/******************************************************************************
// @file amec_sensors_centaur.h
// @brief OCC AMEC Sensors Derived from Centaur
*/
/******************************************************************************
 *
 *       @page ChangeLogs Change Logs
 *       @section amec_sensors_centaur.h AMEC_SENSORS_CENTAUR.H
 *       @verbatim
 *
 *   Flag    Def/Fea    Userid    Date        Description
 *   ------- ---------- --------  ----------  ----------------------------------
 *   @th018  852950     thallet   09/12/2012  Added Centaur thermal readings       
 *
 *  @endverbatim
 *
 *///*************************************************************************/

#ifndef _AMEC_SENSORS_CENTAUR_H
#define _AMEC_SENSORS_CENTAUR_H


//*************************************************************************
// Function Prototypes
//*************************************************************************
void amec_update_centaur_sensors(uint8_t i_centaur);
void amec_update_centaur_temp_sensors(void);


#endif

OpenPOWER on IntegriCloud