/** * Copyright (c) 2026 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include "system/system.h" /** * Initializes the Linux system module. */ errorret_t systemInitLinux(void); /** * Currently just returns SYSTEM_DIALOG_TYPE_NONE. * * @return Currently open system dialog type. */ systemdialogtype_t systemGetActiveDialogTypeLinux();