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