/** @file
Data format for Socket Data Structure
@copyright
Copyright 1999 - 2021 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __SOCKET_CONFIG_DATA_H__
#define __SOCKET_CONFIG_DATA_H__
#include
#include
#include
#include
#include
#include
#include
#pragma pack(1)
typedef struct {
SOCKET_IIO_CONFIGURATION IioConfig;
SOCKET_COMMONRC_CONFIGURATION CommonRcConfig;
SOCKET_MP_LINK_CONFIGURATION UpiConfig;
SOCKET_MEMORY_CONFIGURATION MemoryConfig;
SOCKET_POWERMANAGEMENT_CONFIGURATION PowerManagementConfig;
SOCKET_PROCESSORCORE_CONFIGURATION SocketProcessorCoreConfiguration;
} SOCKET_CONFIGURATION;
#pragma pack()
#endif