Shubham Kulkarni | 8787bb0 | 2021-07-20 11:46:03 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: Apache-2.0 | ||||
5 | */ | ||||
6 | |||||
7 | #pragma once | ||||
8 | |||||
9 | void esp_app_image_load(int slot, unsigned int hdr_offset); |