summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
commit6ea68d219dc3a1bcc0deef1683e8442082025940 (patch)
tree5a6879105a374bb4353959790d85c5de88de6be8 /Kernel/KernelKit
parentbf642edd6c77d405637f0695452460640b8e540d (diff)
[IMP] SCIKit: SharedInterface1 and UnknownInterface, both are defined in foreign SOs.
[REFACTOR] IPCEP is just now IPC. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit')
-rw-r--r--Kernel/KernelKit/User.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/KernelKit/User.hxx b/Kernel/KernelKit/User.hxx
index 861fd17a..c84910c5 100644
--- a/Kernel/KernelKit/User.hxx
+++ b/Kernel/KernelKit/User.hxx
@@ -57,6 +57,7 @@ namespace Kernel
public:
/// @brief Get software ring
const RingKind& Ring() noexcept;
+
/// @brief Get user name
StringView& Name() noexcept;