ptos/amd64: cpu: Add HalKpcrCurrent()

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 18:13:25 -04:00
parent 6969e90db6
commit 7a8fbe7025
2 changed files with 28 additions and 0 deletions
+6
View File
@@ -28,4 +28,10 @@ typedef struct {
*/
VOID HalKpcrP1Init(KPCR *Kpcr);
/*
* Obtain the KPCR of the current processor
* core
*/
KPCR *HalKpcrCurrent(VOID);
#endif /* !_HAL_KPCR_H_ */