]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseLib/Ia32/CpuPause.S
3661b1ff8651708f1adf23a3b633a53710665289
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.S
1 //
2 // Include common header file for this module.
3 //
4 #include "CommonHeader.h"
5
6 #------------------------------------------------------------------------------ ;
7 # Copyright (c) 2006, Intel Corporation
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 # Module Name:
17 #
18 # CpuPause.Asm
19 #
20 # Abstract:
21 #
22 # CpuPause function
23 #
24 # Notes:
25 #
26 #------------------------------------------------------------------------------
27
28 .globl ASM_PFX(CpuPause)
29
30 #------------------------------------------------------------------------------
31 # VOID
32 # EFIAPI
33 # CpuPause (
34 # VOID
35 # );
36 #------------------------------------------------------------------------------
37 ASM_PFX(CpuPause):
38 pause
39 ret