Update license and remove unused files.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-01-27 15:12:36 -05:00
parent 73147816c7
commit 1b2bc49d41
300 changed files with 309 additions and 307 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/// MentOS, The Mentoring Operating system project
/// @file boot.c
/// @brief Bootloader.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "boot.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file exception.c
/// @brief Functions which manage the Interrupt Service Routines (ISRs).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file gdt.c
/// @brief Functions which manage the Global Descriptor Table (GDT).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file idt.c
/// @brief Functions which manage the Interrupt Descriptor Table (IDT).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file interrupt.c
/// @brief Functions which manage the Interrupt Service Routines (ISRs).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file tss.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fpu.c
/// @brief Floating Point Unit (FPU).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file pci.c
/// @brief Routines for PCI initialization.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
///! @cond Doxygen_Suppress
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ata.c
/// @brief Advanced Technology Attachment (ATA) and Advanced Technology Attachment Packet Interface (ATAPI) drivers.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
/// @addtogroup ata
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fdc.c
/// @brief Floppy driver controller handling.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
/// @addtogroup fdc
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file keyboard.c
/// @brief Keyboard handling.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
/// @addtogroup keyboard
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file keymap.c
/// @brief Keymap for keyboard.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
/// @addtogroup keyboard
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mouse.c
/// @brief Driver for *PS2* Mouses.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.is distributed under the MIT License.
/// @addtogroup mouse
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ps2.c
/// @brief PS/2 drivers.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file rtc.c
/// @brief Real Time Clock (RTC) driver.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
/// @addtogroup rtc
/// @{
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file elf.c
/// @brief Function for multiboot support.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ext2.c
/// @brief EXT2 driver.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/ext2.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ioctl.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/ioctl.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file namei.c
/// @brief Implementation of functions fcntl() and open().
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "process/scheduler.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file open.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "process/scheduler.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file procfs.c
/// @brief Proc file system implementation.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file read_write.c
/// @brief Read and write functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "process/scheduler.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file readdir.c
/// @brief Function for accessing directory entries.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "sys/dirent.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stat.c
/// @brief Stat functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/debug.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file vfs.c
/// @brief Headers for Virtual File System (VFS).
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/vfs.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file cpuid.c
/// @brief CPUID-based function to detect CPU type.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "hardware/cpuid.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file pic8259.c
/// @brief pic8259 definitions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file timer.c
/// @brief Timer implementation.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file debug.c
/// @brief Debugging primitives.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "sys/bitops.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mm_io.c
/// @brief Memory Mapped IO functions implementation.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/mm_io.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file port_io.c
/// @brief Byte I/O on ports prototypes.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/port_io.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file proc_running.c
/// @brief Implementaiton of procr filesystem.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/procfs.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file proc_system.c
/// @brief Contains callbacks for procfs system files.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/procfs.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file proc_video.c
/// @brief Contains callbacks for procv system files.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file stdio.c
/// @brief Standard IO functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "system/syscall.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file vga.c
/// @brief Implementation of Video Graphics Array (VGA) drivers.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file video.c
/// @brief Video functions and costants.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/port_io.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file msg.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
///! @cond Doxygen_Suppress
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file sem.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
///! @cond Doxygen_Suppress
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file shm.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
///! @cond Doxygen_Suppress
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file kernel.c
/// @brief Kernel main function.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file sys.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "stdio.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file assert.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "assert.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ctype.c
/// @brief Functions related to character handling.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "ctype.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file fcvt.c
/// @brief Define the functions required to turn double values into a string.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fcvt.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file hashmap.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "klib/hashmap.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file libgen.c
/// @brief String routines.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "system/syscall.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file list.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "klib/list.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file math.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "math.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mutex.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "klib/mutex.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file ndtree.c
/// @brief Red/Black tree.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/debug.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file rbtree.c
/// @brief Red/Black tree.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "klib/rbtree.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file spinlock.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "klib/spinlock.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file strerror.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "strerror.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file string.c
/// @brief String routines.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "mem/kheap.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file time.c
/// @brief Clock functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "io/debug.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file vscanf.c
/// @brief Reading formatting routines.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "fs/vfs.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file vsprintf.c
/// @brief Print formatting routines.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "math.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file buddysystem.c
/// @brief Buddy System.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file kheap.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file paging.c
/// @brief Implementation of a memory paging management.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file mouse.h
/// @brief Driver for *PS2* Mouses.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file vmem_map.c
/// @brief Virtual memory mapping routines.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file zone_allocator.c
/// @brief Implementation of the Zone Allocator
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file multiboot.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file process.c
/// @brief Process data structures and functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file scheduler.c
/// @brief Scheduler structures and functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file scheduler_algorithm.c
/// @brief Round Robin algorithm.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file wait.c
/// @brief wait functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file module.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file utsname.c
/// @brief Functions used to provide information about the machine & OS.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "string.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file errno.c
/// @brief
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "sys/errno.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file panic.c
/// @brief Functions used to manage kernel panic.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "system/panic.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file printk.c
/// @brief Functions for managing the kernel messages.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#include "system/printk.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file signal.c
/// @brief Signals definition.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.
+1 -1
View File
@@ -1,6 +1,6 @@
/// @file syscall.c
/// @brief System Call management functions.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
/// See LICENSE.md for details.
// Include the kernel log levels.