summaryrefslogtreecommitdiffstats
path: root/vpnor/test/toc_flags.cpp
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-03-18 13:09:59 +1030
committerAndrew Jeffery <andrew@aj.id.au>2019-03-19 16:41:15 +1030
commitdec59b47c5ba50a5ece7633b89e227373a1869b8 (patch)
tree704a313378ffbe6e45f847bab3ea0b8b644af0cc /vpnor/test/toc_flags.cpp
parent035ad76b8b45a01cc7fcc184e7e72eed69c0ece5 (diff)
downloadphosphor-mboxbridge-dec59b47c5ba50a5ece7633b89e227373a1869b8.tar.gz
phosphor-mboxbridge-dec59b47c5ba50a5ece7633b89e227373a1869b8.zip
vpnor: Rename pnor_partition_defs sources to ffs
Change-Id: I1bb919eec2a12403474d58540c52beab8664b8b8 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'vpnor/test/toc_flags.cpp')
-rw-r--r--vpnor/test/toc_flags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpnor/test/toc_flags.cpp b/vpnor/test/toc_flags.cpp
index 13bd016..181c7b2 100644
--- a/vpnor/test/toc_flags.cpp
+++ b/vpnor/test/toc_flags.cpp
@@ -8,7 +8,7 @@
#include <cassert>
#include "common.h"
-#include "vpnor/pnor_partition_defs.h"
+#include "vpnor/ffs.h"
static constexpr auto BLOCK_SIZE = 4 * 1024;
static constexpr auto DATA_MASK = ((1 << 24) - 1);
OpenPOWER on IntegriCloud