New-Cli-Installer/src/drivers.hpp
Vladislav Nepogodin 7c078af4fc
👷 add new pages
Add ability to watch at the system logs
User can now review configs installed on OS

Selecting drivers needed for the target, through
TUI, or just pick drivers automatically
2022-02-19 03:32:33 +04:00

9 lines
121 B
C++

#ifndef DRIVERS_HPP
#define DRIVERS_HPP
namespace tui {
void install_drivers_menu() noexcept;
}
#endif // DRIVERS_HPP