NeKernel dev
Loading...
Searching...
No Matches
TraceSrv.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4 NeKernel is licensed under the Apache License 2.0 license.
5
6======================================== */
7
8#pragma once
9
11
12namespace Kernel {
13namespace Detail {
14 inline constexpr auto kDebugCmdLen = 256U;
15 inline constexpr auto kDebugPort = 51820;
16 inline constexpr auto kDebugMagic = "NE1.0.0;";
17 inline constexpr auto kDebugVersion = 0x0100;
18 inline constexpr auto kDebugDelim = ';';
19 inline constexpr auto kDebugEnd = '\r';
20
22} // namespace Detail
23} // namespace Kernel
Implementation details namespace.
Definition OpenHeFS.h:232
constexpr auto kDebugCmdLen
Definition TraceSrv.h:14
constexpr auto kDebugEnd
Definition TraceSrv.h:19
UInt64 dk_socket_type
Definition TraceSrv.h:21
constexpr auto kDebugMagic
Definition TraceSrv.h:16
constexpr auto kDebugPort
Definition TraceSrv.h:15
constexpr auto kDebugVersion
Definition TraceSrv.h:17
constexpr auto kDebugDelim
Definition TraceSrv.h:18
UPS inline definitions.
Definition Device.h:12
__UINT64_TYPE__ UInt64
Definition Config.h:48