summaryrefslogtreecommitdiff
path: root/gcc/gensupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gensupport.h')
-rw-r--r--gcc/gensupport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/gensupport.h b/gcc/gensupport.h
index 4b29d7c0267..71557175266 100644
--- a/gcc/gensupport.h
+++ b/gcc/gensupport.h
@@ -92,4 +92,8 @@ extern void add_predicate (struct pred_data *);
#define FOR_ALL_PREDICATES(p) for (p = first_predicate; p; p = p->next)
+/* This callback will be invoked whenever an rtl include directive is
+ processed. To be used for creation of the dependency file. */
+extern void (*include_callback) (const char *);
+
#endif /* GCC_GENSUPPORT_H */