MiscProcessorCacheData.c 469 B

12345678910111213141516171819202122232425262728
  1. /*++
  2. Copyright (c) 2012 - 2019, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. MiscBiosProcessorCache.c
  6. Abstract:
  7. Processor cache static data.
  8. Misc. subclass type 7.
  9. SMBIOS type 7.
  10. --*/
  11. #include "CommonHeader.h"
  12. #include "MiscSubclassDriver.h"
  13. //
  14. // Static (possibly build generated) Processor cache data.
  15. //
  16. MISC_SMBIOS_TABLE_DATA(UINTN, MiscProcessorCache) = 0;