load_img.h 242 B

1234567891011121314
  1. /*
  2. * Copyright 2018-2020 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. */
  7. #ifndef LOAD_IMAGE_H
  8. #define LOAD_IMAGE_H
  9. int load_img(unsigned int image_id, uintptr_t *image_base,
  10. uint32_t *image_size);
  11. #endif /* LOAD_IMAGE_H */