bios_table.hpp (45fed20ff763371738f1e61d4966b8b069918820) | bios_table.hpp (6492f524b7b2dfc9f04ee0ad68c4c2e35bbbcd25) |
---|---|
1#pragma once 2 | 1#pragma once 2 |
3#include "libpldm/bios.h" 4#include "libpldm/bios_table.h" 5 |
|
3#include <stdint.h> 4 5#include <filesystem> 6#include <optional> 7#include <string> 8#include <vector> 9 | 6#include <stdint.h> 7 8#include <filesystem> 9#include <optional> 10#include <string> 11#include <vector> 12 |
10#include "libpldm/bios.h" 11#include "libpldm/bios_table.h" 12 | |
13namespace pldm 14{ 15 16namespace responder 17{ 18 19namespace bios 20{ --- 359 unchanged lines hidden --- | 13namespace pldm 14{ 15 16namespace responder 17{ 18 19namespace bios 20{ --- 359 unchanged lines hidden --- |