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