blob: 5f031ddd38abf85fffec6022776f99973c3e8e65 [file] [log] [blame]
#include "handler.hpp"
#include <blobs-ipmid/blobs.hpp>
#include <memory>
extern "C" std::unique_ptr<blobs::GenericBlobInterface> createHandler()
{
return std::make_unique<blobs::SmbiosBlobHandler>();
}