FreeCalypso > hg > fc-magnetite
comparison src/cs/drivers/drv_app/pwr/pwr_process.h @ 145:246f4a7dd92b
src/cs/drivers/drv_app/pwr: import from MV100 source
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Oct 2016 05:59:14 +0000 |
parents | |
children | fb95e3f83dc5 |
comparison
equal
deleted
inserted
replaced
144:fd8227e3047d | 145:246f4a7dd92b |
---|---|
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__ */ |