summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLibNull.c
blob: e29d2e892cda95edf7cd9ede14be3a5e81ce83d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
This library contains a dummy function to pass build.

Copyright (c) 2022, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Base.h>

/**
  Dummy function.
**/
VOID
Dummy (
  VOID
  )
{
}