diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 20:24:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 20:24:42 +0100 |
| commit | 954285b6c9553a047d0789707ad520c84099e74a (patch) | |
| tree | 2057016a60f38d6df7e9ffe3fc836be3a39cdf06 /Public/SDK/System.Core | |
| parent | 5d0bf1cb68c6eb6eb59f1f82fcccfc3e21bf3f9f (diff) | |
EPM: NewBoot: Implement EPM scheme for HCore.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/SDK/System.Core')
| -rw-r--r-- | Public/SDK/System.Core/Headers/Thread.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Public/SDK/System.Core/Headers/Thread.hxx b/Public/SDK/System.Core/Headers/Thread.hxx index 306419b3..ae6ba057 100644 --- a/Public/SDK/System.Core/Headers/Thread.hxx +++ b/Public/SDK/System.Core/Headers/Thread.hxx @@ -46,4 +46,7 @@ BooleanType HcResumeThread(_Input PtrThread ThreadPtr); QWordType HcProcessIdThread(_Input PtrThread ThreadPtr); +/// @brief Main application thread. +CA_EXTERN_C PtrThread kMainThread; + #endif // __THREAD_API__ |
