mirror of https://github.com/acidanthera/audk.git
34 lines
669 B
C
34 lines
669 B
C
/*++
|
|
|
|
Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
|
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
|
|
|
|
|
|
|
Module Name:
|
|
|
|
MiscBiosProcessorCache.c
|
|
|
|
Abstract:
|
|
|
|
Processor cache static data.
|
|
Misc. subclass type 7.
|
|
SMBIOS type 7.
|
|
|
|
--*/
|
|
|
|
|
|
#include "CommonHeader.h"
|
|
|
|
#include "MiscSubclassDriver.h"
|
|
|
|
|
|
//
|
|
// Static (possibly build generated) Processor cache data.
|
|
//
|
|
MISC_SMBIOS_TABLE_DATA(EFI_CACHE_VARIABLE_RECORD, MiscProcessorCache) = {
|
|
0
|
|
};
|