comparison src/cs/drivers/drv_app/pwr/pwr_process.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /*****************************************************************************/
2 /* */
3 /* Name pwr_process.h */
4 /* */
5 /* Function this file contains the pwr_process function prototype, */
6 /* used to handle messages received in the SPI task mailbox. */
7 /* */
8 /* Version 0.1 */
9 /* */
10 /* Date Modification */
11 /* ------------------------------------ */
12 /* */
13 /* Author Candice Bazanegue */
14 /* */
15 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
16 /*****************************************************************************/
17
18 #ifndef __PWR_PROCESS_H__
19 #define __PWR_PROCESS_H__
20
21
22 /* Prototypes */
23 void pwr_process(T_RV_HDR * msg_ptr);
24
25 #endif /* __PWR_PROCESS_H__ */