blob: 91edf630247d565523b80bac3decfcf66f69bbd5 [file] [log] [blame]
#include "pci_handler.hpp"
#include <cstdint>
#include <vector>
namespace blobs
{
std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length)
{
/* TODO: implement this. */
return {};
}
} // namespace blobs