Change following functions in load.c to static.

- carve_out_mem_range
- update_reserved_ranges

Both functions are declared as extern but they are not used
outside of load.c It appears that they are helper functions so should
have been declared as static instead.

Change-Id: I00eca4c2eb4c0915e784a8c7e587b08c57dc1dee
1 file changed
tree: 1618fab9eec109fb9a5faa26b827bc282cf7a05c
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. project/
  7. src/
  8. test/
  9. third_party/
  10. .clang-format
  11. .clang-tidy
  12. .gitignore
  13. .gitmodules
  14. .gn
  15. AUTHORS
  16. BUILD.gn
  17. CONTRIBUTING.md
  18. LICENSE
  19. Makefile
  20. README.md
README.md

Hafnium

Hafnium is a hypervisor, initially supporting aarch64 (64-bit ARMv8 CPUs).

Get in touch and keep up-to-date at hafnium-discuss@googlegroups.com.

Getting started

To jump in and build Hafnium, follow the getting started instructions.

If you want to contribute to the project, see details of how we accept contributions.