summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AMD64/HalHardwareInit.cpp
blob: 1856cc2dd772e8144e3045ea0eb128e7c75380e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *	========================================================
 *
 *	HCore
 * 	Copyright 2024 Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#include <ArchKit/Arch.hpp>

// bugs = 0

namespace HCore {
bool ke_init_hal() {
  // TODO: Hardware Specific stuff.

  return true;
}
}  // namespace HCore