hardware interface: add copyFrom

Add a copyFrom method to the hardware window interface and empty
implementations of it within the current lpc handlers.

Change-Id: If2ab6a47763387721edd1a0c451ed8c6087eb475
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/lpc_mapper_mock.hpp b/test/lpc_mapper_mock.hpp
index 79f4e50..0bd4b4d 100644
--- a/test/lpc_mapper_mock.hpp
+++ b/test/lpc_mapper_mock.hpp
@@ -15,6 +15,7 @@
     MOCK_METHOD2(mapWindow,
                  std::pair<std::uint32_t, std::uint32_t>(std::uint32_t,
                                                          std::uint32_t));
+    MOCK_METHOD1(copyFrom, std::vector<std::uint8_t>(std::uint32_t));
 };
 
 } // namespace blobs