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