blob: 6ef8911d27c6a50eb6d643da366ac9195c47e314 [file] [log] [blame]
#pragma once
#include <cstdint>
namespace ipmi_flash
{
struct ExtChunkHdr
{
std::uint32_t length; /* Length of the data queued (little endian). */
} __attribute__((packed));
/** P2A configuration response. */
struct PciConfigResponse
{
std::uint32_t address;
} __attribute__((packed));
} // namespace ipmi_flash