elf_hashtable.h 213 B

1234567891011121314
  1. #pragma once
  2. #include <stdint.h>
  3. #include <flipper_application/elf/elf_api_interface.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern const ElfApiInterface hashtable_api_interface;
  8. #ifdef __cplusplus
  9. }
  10. #endif