summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/cbfs_image.h')
-rw-r--r--util/cbfstool/cbfs_image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cbfstool/cbfs_image.h b/util/cbfstool/cbfs_image.h
index 664d1461d7d8..85ba023e1b3c 100644
--- a/util/cbfstool/cbfs_image.h
+++ b/util/cbfstool/cbfs_image.h
@@ -6,6 +6,9 @@
#include "common.h"
#include "cbfs.h"
+
+#define HEADER_OFFSET_UNKNOWN (~0u)
+
/* CBFS image processing */
struct cbfs_image {