17dad86fdSPatrick Venture #pragma once 27dad86fdSPatrick Venture 31d5a31c9SPatrick Venture namespace ipmi_flash 47dad86fdSPatrick Venture { 57dad86fdSPatrick Venture 6*ede9c9f6SPatrick Venture inline constexpr char biosBlobId[] = "/flash/bios"; 7*ede9c9f6SPatrick Venture inline constexpr char updateBlobId[] = "/flash/update"; 8*ede9c9f6SPatrick Venture inline constexpr char verifyBlobId[] = "/flash/verify"; 9*ede9c9f6SPatrick Venture inline constexpr char hashBlobId[] = "/flash/hash"; 10*ede9c9f6SPatrick Venture inline constexpr char activeImageBlobId[] = "/flash/active/image"; 11*ede9c9f6SPatrick Venture inline constexpr char activeHashBlobId[] = "/flash/active/hash"; 12*ede9c9f6SPatrick Venture inline constexpr char staticLayoutBlobId[] = "/flash/image"; 13*ede9c9f6SPatrick Venture inline constexpr char ubiTarballBlobId[] = "/flash/tarball"; 14*ede9c9f6SPatrick Venture inline constexpr char cleanupBlobId[] = "/flash/cleanup"; 157dad86fdSPatrick Venture 161d5a31c9SPatrick Venture } // namespace ipmi_flash 17