summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/ptf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/ptf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h
index 3683b98163..c847cf3b1f 100644
--- a/tools/cpu/nios2/ptf.h
+++ b/tools/cpu/nios2/ptf.h
@@ -46,22 +46,22 @@ 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,
- struct ptf_item *item,
+ struct ptf *tree,
+ struct ptf_item *item,
ptf_item_type ttype,
- char *name,
+ char *name,
char *value);
struct ptf *ptf_next(
- struct ptf_item *item,
+ struct ptf_item *item,
ptf_item_type ttype,
- char *name,
+ char *name,
char *value);
int ptf_match(
struct ptf *const ptf,
- struct ptf_item *const match,
- const ptf_match_action action,
+ struct ptf_item *const match,
+ const ptf_match_action action,
void *arg);
char *ptf_defused_name(char *);