blob: dc5537397d6b9e56d82b39219c57caaa9fbb0146 [file] [log] [blame]
Shubham Kulkarni8787bb02021-07-20 11:46:03 +05301/*
2 * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
Almir Okatoa1d641d2022-02-21 19:31:46 -03009void esp_app_image_load(int image_index, int slot, unsigned int hdr_offset, unsigned int *entry_addr);