Sheetal Tigadoli | ad0943e | 2019-12-18 19:44:43 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2017 - 2020, Broadcom | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
Sheetal Tigadoli | 4d18fc3 | 2020-06-02 18:28:09 +0530 | [diff] [blame] | 7 | #ifndef SCP_H |
Sheetal Tigadoli | ad0943e | 2019-12-18 19:44:43 +0530 | [diff] [blame] | 8 | #define SCP_H |
9 | |||||
10 | #include <stdint.h> | ||||
11 | |||||
12 | int download_scp_patch(void *image, unsigned int image_size); | ||||
13 | |||||
14 | #endif /* SCP_H */ |