Files
MentOS/mentos/inc/ui/init/init.h
T
2021-03-23 13:32:46 +01:00

11 lines
302 B
C

/// MentOS, The Mentoring Operating system project
/// @file init.h
/// @brief Scheduler structures and functions.
/// @copyright (c) 2019 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#pragma once
// TODO: doxygen comment.
int main_init();