refactor: add comment to Ipc.(c/h)pp
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Ipc.cpp
|
||||
* Kernel-mode IPC implementation
|
||||
* Copyright (c) 2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
#include "Ipc.hpp"
|
||||
|
||||
#include <Sched/Scheduler.hpp>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Ipc.cpp
|
||||
* Kernel-mode IPC implementation
|
||||
* Copyright (c) 2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
Reference in New Issue
Block a user