aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtc.h b/dtc.h
index ef91c4c..00a9431 100644
--- a/dtc.h
+++ b/dtc.h
@@ -237,8 +237,8 @@ struct boot_info *build_boot_info(struct reserve_info *reservelist,
/* Checks */
-void process_checks(int force, struct node *dt);
-int check_semantics(struct node *dt, int outversion, int boot_cpuid_phys);
+void process_checks(int force, struct boot_info *bi,
+ int checkflag, int outversion, int boot_cpuid_phys);
/* Flattened trees */