refactor: add comment to Ipc.(c/h)pp

This commit is contained in:
2026-04-04 09:45:43 +02:00
parent 16af143202
commit 3221bf233a
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
/*
* Ipc.cpp
* Kernel-mode IPC implementation
* Copyright (c) 2026 Daniel Hammer
*/
#include "Ipc.hpp"
#include <Sched/Scheduler.hpp>
+6
View File
@@ -1,3 +1,9 @@
/*
* Ipc.cpp
* Kernel-mode IPC implementation
* Copyright (c) 2026 Daniel Hammer
*/
#pragma once
#include <cstdint>