blob: f304b1cf4f26f65a93e6363d19e138ef396972a5 [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
8extern const std::string verifyBlobId;
9extern const std::string hashBlobId;
10extern const std::string activeImageBlobId;
11extern const std::string activeHashBlobId;
12extern const std::string staticLayoutBlobId;
13extern const std::string ubiTarballBlobId;
14
Patrick Venture1d5a31c2019-05-20 11:38:22 -070015} // namespace ipmi_flash