]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscProcessorCacheData.c
1 /*++
2
3 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 MiscBiosProcessorCache.c
13
14 Abstract:
15
16 Processor cache static data.
17 Misc. subclass type 7.
18 SMBIOS type 7.
19
20 --*/
21
22
23 #include "CommonHeader.h"
24
25 #include "MiscSubclassDriver.h"
26
27
28 //
29 // Static (possibly build generated) Processor cache data.
30 //
31 MISC_SMBIOS_TABLE_DATA(EFI_CACHE_VARIABLE_RECORD, MiscProcessorCache) = {
32 0
33 };