]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/Ebc/SpeculationBarrier.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ebc / SpeculationBarrier.c
CommitLineData
d9f1cac5
HW
1/** @file\r
2 SpeculationBarrier() function for EBC.\r
3\r
4 Copyright (C) 2018, Intel Corporation. All rights reserved.<BR>\r
5\r
9344f092 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
d9f1cac5
HW
7\r
8**/\r
9\r
d9f1cac5
HW
10/**\r
11 Uses as a barrier to stop speculative execution.\r
12\r
13 Ensures that no later instruction will execute speculatively, until all prior\r
14 instructions have completed.\r
15\r
16**/\r
17VOID\r
18EFIAPI\r
19SpeculationBarrier (\r
20 VOID\r
21 )\r
22{\r
23}\r