blob: 710505017d276e3932c51fe28a5bcd3339df2f2a [file] [log] [blame]
/*
* Copyright (c) 2024 Meta Platforms
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/linker/sections.h>
#include <zephyr/debug/symtab.h>
/**
* These are placeholder variables. They will be replaced by the real ones
* generated by `gen_symtab.py`.
*/
const struct z_symtab_entry __symtab_entry * z_symtab_entries;
const struct symtab_info __symtab_info z_symtab;