TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadFs.c
Go to the documentation of this file.
1
18UINT16
19EFIAPI
21 VOID
22 )
23{
24 __asm {
25 xor eax, eax
26 mov ax, fs
27 }
28}
UINT16 EFIAPI AsmReadFs(VOID)
Definition: ReadFs.c:20