1 /* 2 * Copyright (c) 2024 Meta Platforms 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <zephyr/linker/sections.h> 8 #include <zephyr/debug/symtab.h> 9 10 /** 11 * These are placeholder variables. They will be replaced by the real ones 12 * generated by `gen_symtab.py`. 13 */ 14 const struct z_symtab_entry __symtab_entry * z_symtab_entries; 15 const struct symtab_info __symtab_info z_symtab; 16