aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/brcm/scp.h
blob: b7b5bad74ec364c19bc0eff07d6c473e8de4e68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017 - 2020, Broadcom
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SCP_H_
#define SCP_H

#include <stdint.h>

int download_scp_patch(void *image, unsigned int image_size);

#endif /* SCP_H */