diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-30 08:49:23 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-30 08:49:23 +0200 |
| commit | bf642edd6c77d405637f0695452460640b8e540d (patch) | |
| tree | e8e78f658e5eac62790a0fb8129a491183db92d5 /Samples/SampleHAL/Main.c | |
| parent | 60902ec5fc462128d264f63f279c7fc362a72e1d (diff) | |
[Refactor] SCIKit and DDKit.
[IMP} Prevent DDK from being included when we aren't in kernel mode.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Samples/SampleHAL/Main.c')
| -rw-r--r-- | Samples/SampleHAL/Main.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Samples/SampleHAL/Main.c b/Samples/SampleHAL/Main.c deleted file mode 100644 index 9d1510ea..00000000 --- a/Samples/SampleHAL/Main.c +++ /dev/null @@ -1,20 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Technologies - -------------------------------------------- */ - -#include <DDK/KernelString.h> -#include <DDK/KernelPrint.h> - -int __at_enter(void) -{ - kernelPrintStr("SampleHAL: Starting up...\r"); - return 0; -} - -int __at_exit(void) -{ - kernelPrintStr("SampleHAL: Shutting down...\r"); - return 0; -} |
