summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/ptf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/ptf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h
index 50955cb4a5..3683b98163 100644
--- a/tools/cpu/nios2/ptf.h
+++ b/tools/cpu/nios2/ptf.h
@@ -40,8 +40,10 @@ struct ptf_item
typedef void (*ptf_match_action)(struct ptf_item *x, void *arg);
struct ptf *ptf_parse_file(char *filename);
+struct ptf *ptf_concat(struct ptf *a, struct ptf *b);
struct ptf *ptf_alloc_item(ptf_item_type t, char *name, char *value);
void ptf_printf(FILE *s, struct ptf *tree, char *prefix);
+void ptf_dump_ptf_item(FILE *s, struct ptf_item *pi);
struct ptf *ptf_find(
struct ptf *tree,