commit | f4bc335b4fc899509c92c230f746fe90a5aa43d2 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Mar 18 12:09:48 2019 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 19 16:41:02 2019 +1030 |
tree | 5dc2d99fbbcf14fe84cacc883e78765075c7801b | |
parent | e7d26cccf943d129c47c20d2f7e46afcde4bf49f [diff] [blame] |
vpnor: Rename mboxd_pnor_partition_table sources to backend Change-Id: I6f0fff4ab54e011c1765fc04186e899754787641 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/vpnor/test/dump_flash.cpp b/vpnor/test/dump_flash.cpp index f285a61..2d5dc5d 100644 --- a/vpnor/test/dump_flash.cpp +++ b/vpnor/test/dump_flash.cpp
@@ -14,7 +14,7 @@ #include <cassert> #include <cstring> -#include "vpnor/mboxd_pnor_partition_table.h" +#include "vpnor/backend.h" struct test_context {