diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-03 20:39:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-03 20:39:06 +0100 |
| commit | f99e383775fa43c5c1354067962b1590ff2abdae (patch) | |
| tree | f83a9b232c0424963fc9989b517e53f903ee036f /Private/Source | |
| parent | 0ca5d0d92ee326f3deda797403c27090bd0784ab (diff) | |
NewBoot: Will work on AHCI instead, ATA is not getting any further in
the future.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/CxxKitRT.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Private/Source/CxxKitRT.cxx b/Private/Source/CxxKitRT.cxx deleted file mode 100644 index cc2d477d..00000000 --- a/Private/Source/CxxKitRT.cxx +++ /dev/null @@ -1,20 +0,0 @@ -/* - * ======================================================== - * - * HCore - * Copyright Mahrouss Logic, all rights reserved. - * - * ======================================================== - */ - -#include <HintKit/CompilerHint.hxx> -#include <KernelKit/OSErr.hpp> -#include <NewKit/Utils.hpp> - -using namespace HCore; - -// unimplemented _HintTell -void _HintTell(_HintMessage* ppMsg, _HintId* pId) { - (void)ppMsg; - (void)pId; -} |
