hc
2024-03-22 f63cd4c03ea42695d5f9b0e1798edd196923aae6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** @file
  RISC-V SMBIOS Builder DXE module header file.
 
  Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
 
  SPDX-License-Identifier: BSD-2-Clause-Patent
 
**/
 
#ifndef RISC_V_SMBIOS_DXE_H_
#define RISC_V_SMBIOS_DXE_H_
 
#include <PiDxe.h>
#include <Protocol/Smbios.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <ProcessorSpecificHobData.h>
#include <SmbiosProcessorSpecificData.h>
#endif