/* SPDX-License-Identifier: GPL-2.0-only */ /* * SPDX-FileCopyrightText: Copyright (C) 2023 NVIDIA CORPORATION. All rights reserved. */ #ifndef __TEGRA_BOOTLOADER_DEBUG_H #define __TEGRA_BOOTLOADER_DEBUG_H size_t tegra_bl_add_profiler_entry(const char *buf, size_t len); #endif