/** @file DisableInterrupts function. Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ /** Disables CPU interrupts. **/ VOID EFIAPI DisableInterrupts ( VOID ) { _asm { cli } }