summaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2012-07-08 23:25:22 +1000
committerJon Loeliger <jdl@jdl.com>2012-07-08 13:45:21 -0500
commitd5399197e9e0d8bad13de5c41df3b93804c0558a (patch)
tree50dd91bf26614be36424bfd563d93953d185de5e /dtc.h
parent511dedd40f0372cd7c85e3d4c66553f5829142b7 (diff)
downloaddevice-tree-compiler-d5399197e9e0d8bad13de5c41df3b93804c0558a.tar.gz
Allow toggling of semantic checks
This patch adds -W and -E options to dtc which allow toggling on and off of the various built in semantic checks on the tree. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dtc.h b/dtc.h
index d57fbfc..7ee2d54 100644
--- a/dtc.h
+++ b/dtc.h
@@ -226,6 +226,7 @@ void sort_tree(struct boot_info *bi);
/* Checks */
+void parse_checks_option(bool warn, bool error, const char *optarg);
void process_checks(int force, struct boot_info *bi);
/* Flattened trees */