diff options
Diffstat (limited to 'dev/user/ProcessCodes.h')
| -rw-r--r-- | dev/user/ProcessCodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/user/ProcessCodes.h b/dev/user/ProcessCodes.h index 90ea33a1..1b1b955b 100644 --- a/dev/user/ProcessCodes.h +++ b/dev/user/ProcessCodes.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ @@ -10,6 +10,7 @@ /// @file ProcessCodes.h /// @brief Process Codes type and values. +/// @author Amlal El Mahrouss (amlal@nekernel.org) #define err_local_ok() (kLastError == kErrorSuccess) #define err_local_fail() (kLastError != kErrorSuccess) |
