blob: 8a386e1c6c369403f7fb54d7dce942f0027e769c [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 Venture7c2a00e2019-07-01 17:33:03 -07008extern const std::string biosBlobId;
Patrick Venture26e241d2019-05-20 18:39:01 -07009extern const std::string updateBlobId;
Patrick Venture7dad86f2019-05-17 08:52:20 -070010extern const std::string verifyBlobId;
11extern const std::string hashBlobId;
12extern const std::string activeImageBlobId;
13extern const std::string activeHashBlobId;
14extern const std::string staticLayoutBlobId;
15extern const std::string ubiTarballBlobId;
Patrick Venture9efef5d2019-06-19 08:45:44 -070016extern const std::string cleanupBlobId;
Patrick Venture7dad86f2019-05-17 08:52:20 -070017
Patrick Venture1d5a31c2019-05-20 11:38:22 -070018} // namespace ipmi_flash