summaryrefslogtreecommitdiffstats
path: root/util.hpp
blob: 8a386e1c6c369403f7fb54d7dce942f0027e769c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <string>

namespace ipmi_flash
{

extern const std::string biosBlobId;
extern const std::string updateBlobId;
extern const std::string verifyBlobId;
extern const std::string hashBlobId;
extern const std::string activeImageBlobId;
extern const std::string activeHashBlobId;
extern const std::string staticLayoutBlobId;
extern const std::string ubiTarballBlobId;
extern const std::string cleanupBlobId;

} // namespace ipmi_flash
OpenPOWER on IntegriCloud