mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

targets/TARGET_Realtek/TARGET_AMEBA/ota_api.h

Committer:
AnnaBridge
Date:
2017-09-15
Revision:
173:e131a1973e81
Child:
178:79309dc6340a

File content as of revision 173:e131a1973e81:

#ifndef MBED_OTA_API_H
#define MBED_OTA_API_H

#ifdef __cplusplus
 extern "C" {
#endif

extern uint32_t OTA_UpdateImage(uint32_t offset, uint32_t len, uint8_t *data);
extern uint32_t OTA_ReadImage(uint32_t offset, uint32_t len, uint8_t *data);
extern uint32_t OTA_MarkUpdateDone(void);
extern void OTA_ResetTarget(void);

#ifdef __cplusplus
}
#endif

#endif /* MBED_OTA_API_H */