forked from xt-sys/exectos
Implement HlLoadSegment() intrinsics routine
This commit is contained in:
@@ -63,6 +63,11 @@ XTCDECL
|
||||
VOID
|
||||
HlLoadGlobalDescriptorTable(IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadTaskRegister(USHORT Source);
|
||||
|
@@ -63,6 +63,11 @@ XTCDECL
|
||||
VOID
|
||||
HlLoadGlobalDescriptorTable(IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadTaskRegister(USHORT Source);
|
||||
|
Reference in New Issue
Block a user