Use HlpRGBColor() internally

This commit is contained in:
2024-05-17 23:29:03 +02:00
parent 811b173387
commit d2014a5e82
2 changed files with 10 additions and 10 deletions

View File

@@ -55,6 +55,10 @@ XTAPI
XTSTATUS
HlInitializeFrameBuffer(VOID);
XTAPI
VOID
HlInitializeProcessor();
XTAPI
VOID
HlPutCharacter(IN ULONG PositionX,
@@ -62,16 +66,12 @@ HlPutCharacter(IN ULONG PositionX,
IN ULONG Color,
IN WCHAR WideCharacter);
XTAPI
ULONG
HlRGBColor(IN ULONG Color);
XTFASTCALL
VOID
HlSetRunLevel(IN KRUNLEVEL RunLevel);
XTAPI
VOID
HlInitializeProcessor();
ULONG
HlpRGBColor(IN ULONG Color);
#endif /* __XTOSKRNL_HLI_H */