android13/external/arm-trusted-firmware/include/drivers/brcm/scp.h

15 lines
223 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/*
* 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 */