blob: 2cd81608b2043cefe6452cbe34533e90e41e7fe0 [file] [log] [blame]
zongqiang.zhang0c6a0882019-08-07 14:48:21 +08001#ifndef _SP_UPGRADE_H_
2#define _SP_UPGRADE_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void sp_manual_upgrade(sp_pos_t* pos);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif