// SPDX-FileCopyrightText: 2020 Foundation Devices, Inc. // SPDX-License-Identifier: GPL-3.0-or-later // // busy_bar.h - Timer and rendering code for busy bar #pragma once extern void busy_bar_init(void); extern void busy_bar_start(void); extern void busy_bar_stop(void);