blob: b7919958e3443d50882ec13153fa644c1e92b0ab [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;
Patrick Venture9efef5d2019-06-19 08:45:44 -070015extern const std::string cleanupBlobId;
Patrick Venture7dad86f2019-05-17 08:52:20 -070016
Patrick Venture1d5a31c2019-05-20 11:38:22 -070017} // namespace ipmi_flash