;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.
; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; ReadLdtr.Asm ; ; Abstract: ; ; AsmReadLdtr function ; ; Notes: ; ;------------------------------------------------------------------------------ DEFAULT REL SECTION .text ;------------------------------------------------------------------------------ ; UINT16 ; EFIAPI ; AsmReadLdtr ( ; VOID ; ); ;------------------------------------------------------------------------------ global ASM_PFX(AsmReadLdtr) ASM_PFX(AsmReadLdtr): sldt eax ret