blob: fd3a8180e96502b3ffda9d54fff2bbc9252c0990 [file] [log] [blame]
#pragma once
#include <string>
namespace ipmi_flash
{
extern const std::string updateBlobId;
extern const std::string verifyBlobId;
extern const std::string hashBlobId;
extern const std::string activeImageBlobId;
extern const std::string activeHashBlobId;
extern const std::string staticLayoutBlobId;
extern const std::string ubiTarballBlobId;
} // namespace ipmi_flash