1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-27 16:53:16 +00:00
Files
mist-devel.mist-firmware/menu_info.h
2026-01-28 19:26:33 +01:00

24 lines
785 B
C

/*
This file is part of MiST-firmware
MiST-firmware is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
MiST-firmware is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MENU_INFO_H
#define MENU_INFO_H
void menu_info_open(const char *core_id);
#endif // MENU_INFO_H