CloverBootloader/rEFIt_UEFI/Platform/SmbiosFillPatchingValues.h

20 lines
607 B
C
Raw Normal View History

/*
* SmbiosFillPatchingValues.h
*
* Created on: Apr 28, 2021
* Author: jief
*/
#ifndef PLATFORM_SMBIOSFILLPATCHINGVALUES_H_
#define PLATFORM_SMBIOSFILLPATCHINGVALUES_H_
#include "../Settings/ConfigManager.h"
#include "../Platform/Settings.h"
#include "../Platform/smbios.h"
2021-09-28 15:54:31 +02:00
void SmbiosFillPatchingValues(XBool _SetTable132, uint8_t pEnabledCores, uint16_t pRamSlotCount, const SlotDeviceArrayClass& SlotDeviceArray, const SETTINGS_DATA& globalSettings, const CPU_STRUCTURE& CPUStructure, SmbiosInjectedSettings* smbiosInjectedSettingsPtr);
#endif /* PLATFORM_SMBIOSFILLPATCHINGVALUES_H_ */