blob: 91edf630247d565523b80bac3decfcf66f69bbd5 [file] [log] [blame]
Patrick Venture1cde5f92018-11-07 08:26:47 -08001#include "pci_handler.hpp"
2
3#include <cstdint>
4#include <vector>
5
6namespace blobs
7{
8
9std::vector<std::uint8_t> PciDataHandler::copyFrom(std::uint32_t length)
10{
11 /* TODO: implement this. */
12 return {};
13}
14
15} // namespace blobs