Xyris  0.5
errno.cpp
Go to the documentation of this file.
1 /**
2  * @file errno.cpp
3  * @author Keeton Feavel ([email protected])
4  * @brief
5  * @version 0.3
6  * @date 2020-08-30
7  *
8  * @copyright Copyright the Xyris Contributors (c) 2020
9  *
10  */
11 
12 #include <Library/errno.hpp>
13 
14 // Declare the actual errno value
errno.hpp
Kernel error definitions.
KernelError
KernelError
Kernel error codes. All values other than OK should be negative.
Definition: errno.hpp:17
errno
enum KernelError errno
Definition: errno.cpp:15