blob: fd3a8180e96502b3ffda9d54fff2bbc9252c0990 [file] [log] [blame]
Patrick Venture7dad86f2019-05-17 08:52:20 -07001#pragma once
2
3#include <string>
4
Patrick Venture1d5a31c2019-05-20 11:38:22 -07005namespace ipmi_flash
Patrick Venture7dad86f2019-05-17 08:52:20 -07006{
7
Patrick Venture26e241d2019-05-20 18:39:01 -07008extern const std::string updateBlobId;
Patrick Venture7dad86f2019-05-17 08:52:20 -07009extern const std::string verifyBlobId;
10extern const std::string hashBlobId;
11extern const std::string activeImageBlobId;
12extern const std::string activeHashBlobId;
13extern const std::string staticLayoutBlobId;
14extern const std::string ubiTarballBlobId;
15
Patrick Venture1d5a31c2019-05-20 11:38:22 -070016} // namespace ipmi_flash