diff options
Diffstat (limited to 'dev/Kernel/HALKit/POWER/HalThread.cc')
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalThread.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/Kernel/HALKit/POWER/HalThread.cc b/dev/Kernel/HALKit/POWER/HalThread.cc new file mode 100644 index 00000000..2e650b30 --- /dev/null +++ b/dev/Kernel/HALKit/POWER/HalThread.cc @@ -0,0 +1,8 @@ +/* ------------------------------------------- + + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> |
