xref: /openbmc/phosphor-ipmi-flash/util.hpp (revision 1d5a31c998c543ad3bbe54aa9ca4fe64e1b5b9ab)
17dad86fdSPatrick Venture #pragma once
27dad86fdSPatrick Venture 
37dad86fdSPatrick Venture #include <string>
47dad86fdSPatrick Venture 
5*1d5a31c9SPatrick Venture namespace ipmi_flash
67dad86fdSPatrick Venture {
77dad86fdSPatrick Venture 
87dad86fdSPatrick Venture extern const std::string verifyBlobId;
97dad86fdSPatrick Venture extern const std::string hashBlobId;
107dad86fdSPatrick Venture extern const std::string activeImageBlobId;
117dad86fdSPatrick Venture extern const std::string activeHashBlobId;
127dad86fdSPatrick Venture extern const std::string staticLayoutBlobId;
137dad86fdSPatrick Venture extern const std::string ubiTarballBlobId;
147dad86fdSPatrick Venture 
15*1d5a31c9SPatrick Venture } // namespace ipmi_flash
16