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