FreeCalypso > hg > ffs-editor
comparison src/cs/drivers/drv_app/pwr/pwr_process.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 01:28:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:92470e5d0b9e |
---|---|
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__ */ |