2021-04-28 20:30:34 +02:00
|
|
|
/*
|
|
|
|
* 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);
|
2021-04-28 20:30:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* PLATFORM_SMBIOSFILLPATCHINGVALUES_H_ */
|