xref: /openbmc/phosphor-ipmi-flash/util.hpp (revision 7dad86fd4478a08f706b6c7ea17f7aacb37f9b4e)
1*7dad86fdSPatrick Venture #pragma once
2*7dad86fdSPatrick Venture 
3*7dad86fdSPatrick Venture #include <string>
4*7dad86fdSPatrick Venture 
5*7dad86fdSPatrick Venture namespace blobs
6*7dad86fdSPatrick Venture {
7*7dad86fdSPatrick Venture 
8*7dad86fdSPatrick Venture extern const std::string verifyBlobId;
9*7dad86fdSPatrick Venture extern const std::string hashBlobId;
10*7dad86fdSPatrick Venture extern const std::string activeImageBlobId;
11*7dad86fdSPatrick Venture extern const std::string activeHashBlobId;
12*7dad86fdSPatrick Venture extern const std::string staticLayoutBlobId;
13*7dad86fdSPatrick Venture extern const std::string ubiTarballBlobId;
14*7dad86fdSPatrick Venture 
15*7dad86fdSPatrick Venture } // namespace blobs
16