blob: 7806314faaa173f3adbb5faf6e19179d6a38454b [file] [log] [blame]
Sheetal Tigadoliad0943e2019-12-18 19:44:43 +05301/*
2 * Copyright (c) 2017 - 2020, Broadcom
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Sheetal Tigadoli4d18fc32020-06-02 18:28:09 +05307#ifndef SCP_H
Sheetal Tigadoliad0943e2019-12-18 19:44:43 +05308#define SCP_H
9
10#include <stdint.h>
11
12int download_scp_patch(void *image, unsigned int image_size);
13
14#endif /* SCP_H */