11 lines
292 B
C
11 lines
292 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();
|