zongqiang.zhang | 0c6a088 | 2019-08-07 14:48:21 +0800 | [diff] [blame] | 1 | #ifndef _SP_UPGRADE_H_ |
2 | #define _SP_UPGRADE_H_ | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
8 | void sp_manual_upgrade(sp_pos_t* pos); | ||||
9 | |||||
10 | #ifdef __cplusplus | ||||
11 | } | ||||
12 | #endif | ||||
13 | |||||
14 | #endif |