scp.h 223 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2017 - 2020, Broadcom
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef SCP_H
  7. #define SCP_H
  8. #include <stdint.h>
  9. int download_scp_patch(void *image, unsigned int image_size);
  10. #endif /* SCP_H */