forked from xt-sys/exectos
Add missing HL routine definitions
This commit is contained in:
parent
ad15c55a39
commit
4ea54859f2
@ -23,6 +23,11 @@ HlComPortGetByte(IN PCPPORT Port,
|
||||
IN BOOLEAN Wait,
|
||||
IN BOOLEAN Poll);
|
||||
|
||||
XTCDECL
|
||||
XTSTATUS
|
||||
HlComPortPutByte(IN PCPPORT Port,
|
||||
IN UCHAR Byte);
|
||||
|
||||
XTCDECL
|
||||
UCHAR
|
||||
HlComPortReadLsr(IN PCPPORT Port,
|
||||
@ -34,6 +39,13 @@ HlDrawPixel(IN ULONG PosX,
|
||||
IN ULONG PosY,
|
||||
IN ULONG Color);
|
||||
|
||||
XTCDECL
|
||||
XTSTATUS
|
||||
HlInitializeComPort(IN OUT PCPPORT Port,
|
||||
IN ULONG PortNumber,
|
||||
IN PUCHAR PortAddress,
|
||||
IN ULONG BaudRate);
|
||||
|
||||
XTAPI
|
||||
XTSTATUS
|
||||
HlInitializeDisplay(VOID);
|
||||
|
Loading…
Reference in New Issue
Block a user