NeKernel dev
Loading...
Searching...
No Matches
Foundation.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
5======================================== */
6
7#pragma once
8
11
14
15#define KT_TEST_VERSION_BCD (0x0001)
16#define KT_TEST_VERSION "v0.0.1"
17
18#define KT_TEST_SUCCESS (kErrorSuccess)
19#define KT_TEST_FAILURE (kErrorSuccess + 1)
Process Codes type and values.