From 16fd5a99e1a8c433077e70c1a48e42cc01bf7d29 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Aug 2006 21:02:55 +0000 Subject: 2006-08-15 Kolja Waschk * linkcmds.c, linkcmds.h, memory.c, memory.h, sample.ptf: New files. * bridges.c: corrected detection of bridged connections * clocks.c: removed a printf * linkcmds.[ch] new files, added output of linker script * Makefile.am: added new files * memory.[ch]: new files, detection of memory in SOPC configuration * nios2gen.c: updated command line parsing and output control * output.[ch]: improved output of BSP header file * ptf.[ch]: added ptf_dump_ptf_item and small fixes * sample.ptf: new file, sample configuration for nios2gen * README: updated --- tools/cpu/nios2/ptf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/cpu/nios2/ptf.h') 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, -- cgit v1.2.3