blob: 25b08babd714f3892d6c15afd503872b102040eb [file] [log] [blame]
#include <string>
#include "image_manager.hpp"
namespace phosphor
{
namespace software
{
namespace manager
{
int processImage(const std::string& tarFilePath)
{
return 0;
}
} // namespace manager
} // namespace software
} // namepsace phosphor