diff options
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/Foundation.h')
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/Foundation.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/Foundation.h b/public/frameworks/KernelTest.fwrk/headers/Foundation.h index 4329af6b..8ff956a7 100644 --- a/public/frameworks/KernelTest.fwrk/headers/Foundation.h +++ b/public/frameworks/KernelTest.fwrk/headers/Foundation.h @@ -6,11 +6,14 @@ #pragma once -#include <KernelKit/DebugOutput.h> -#include <NeKit/KernelPanic.h> +#include <libSystem/SystemKit/System.h> +#include <libSystem/SystemKit/Err.h> + +#include <CoreFoundation.fwrk/headers/Object.h> +#include <CoreFoundation.fwrk/headers/String.h> #define KT_TEST_VERSION_BCD (0x0001) -#define KT_TEST_VERSION "dev-nekernel-test" +#define KT_TEST_VERSION "v0.0.1" #define KT_TEST_SUCCESS (kErrorSuccess) #define KT_TEST_FAILURE (kErrorSuccess + 1) |
