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